#2FF23D

Color #2FF23D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2FF23D

Tints of Lime Green #2FF23D

Color information

#2FF23D (or 0x2FF23D) is unknown color: approx Lime Green. HEX triplet: 2F, F2 and 3D. RGB value is (47,242,61). Sum of RGB (Red+Green+Blue) = 47+242+61=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF23D is #D00DC2. Grayscale: #A3A3A3. Windows color (decimal): -13635011 or 4059695. OLE color: 4059695.

HSL color Cylindrical-coordinate representation of color #2FF23D: hue angle of 124.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF23D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB4724261-
CMYK0.8100.750.05
HSL124.31º88.24%56.67%-
HSV(B)124.31º80.58%94.9%-
XYZ33.7764.4515.07-
YUV163.0670.445.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 13.43%
GREEN value IS 242 (94.92% from 255) = 69.14%
BLUE value IS 61 (24.22% from 255) = 17.43%
R=13.43%
G=69.14%
B=17.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal47242610.8100.750.05124.3188.2456.67
Hex2FF23D5104B57c5839
Octal57362751210113517413071
Binary1011111111001011110110100010100101110111111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FF23D; }

 p { color: rgb(47,242,61); }

 H1.HeaderClassName
 {
   color: #2FF23D;
 }
 .AnyTagClassName
 {
   color: #2FF23D;
 }
</style>
background-color css

<style>
 a { background-color: #2FF23D; }

 a { background-color: rgb(47,242,61); }

 div.DivClassName
 {
   background-color: #2FF23D;
 }
 .BgClassName
 {
   background-color: #2FF23D;
 }
</style>
border-color css

<style>
 span { border-color: #2FF23D; }

 span { border-color: rgb(47,242,61); }

 td.TdClassName
 {
   border-color: #2FF23D;
 }
 .TagClassName
 {
   border-color: #2FF23D;
 }
</style>