Html Css Color HEX #2FDE42 Lime Green

📋 copy color: '#2FDE42'

red 47 ◦ green 222 ◦ blue 66

#2FDE42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2FDE42

Tints of Lime Green #2FDE42

RGB

 RED value IS 47 (18.75% from 255) = 14.03%

 GREEN value IS 222 (87.11% from 255) = 66.27%

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 14.03%
G = 66.27%
B = 19.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#2FDE42 (or 0x2FDE42) is known color: Lime Green. HEX triplet: 2F, DE and 42. RGB value is (47,222,66). Sum of RGB (Red+Green+Blue) = 47+222+66=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 222 (87.11% from 255 or 66.27% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDE42 is #D021BD. Grayscale: #989898. Windows color (decimal): -13640126 or 4382255. OLE color: 4382255.

HSL color Cylindrical-coordinate representation of color #2FDE42: hue angle of 126.51º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDE42 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 222 66 -
CMYK 0.79 0 0.70 0.13
HSL 126.51º 0.73% 0.53% -
HSV(B) 126.51º 0.79% 0.87% -
XYZ 28.28 53.24 13.94 -
YUV 151.89 79.52 53.18 -
System Red Green Blue C M Y K H S L
Decimal 47 222 66 0.79 0 0.70 0.13 126.51 0.73 0.53
Hex 2F DE 42 4F 0 46 D 7F 49 35
Octal 57 336 102 117 0 106 15 177 111 65
Binary 101111 11011110 1000010 1001111 0 1000110 1101 1111111 1001001 110101

Color Harmonies of #2FDE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDE42

Black with #2FDE42

Text Example


Text Example

White with #2FDE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,222,66); }

 H1.HeaderClassName
 {
   color: #2FDE42;
 }
 .AnyTagClassName
 {
   color: #2FDE42;
 }
</style>

background-color css

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

 a { background-color: rgb(47,222,66); }

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

border-color css

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

 span { border-color: rgb(47,222,66); }

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