Html Css Color HEX #2FDE36 Lime Green

📋 copy color: '#2FDE36'

red 47 ◦ green 222 ◦ blue 54

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

Shades of Lime Green #2FDE36

Tints of Lime Green #2FDE36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 14.55%
G = 68.73%
B = 16.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#2FDE36 (or 0x2FDE36) is known color: Lime Green. HEX triplet: 2F, DE and 36. RGB value is (47,222,54). Sum of RGB (Red+Green+Blue) = 47+222+54=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 222 (87.11% from 255 or 68.73% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDE36 is #D021C9. Grayscale: #979797. Windows color (decimal): -13640138 or 3595823. OLE color: 3595823.

HSL color Cylindrical-coordinate representation of color #2FDE36: hue angle of 122.4º 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 #2FDE36 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 222 54 -
CMYK 0.79 0 0.76 0.13
HSL 122.4º 0.73% 0.53% -
HSV(B) 122.4º 0.79% 0.87% -
XYZ 27.96 53.11 12.27 -
YUV 150.52 73.52 54.16 -
System Red Green Blue C M Y K H S L
Decimal 47 222 54 0.79 0 0.76 0.13 122.4 0.73 0.53
Hex 2F DE 36 4F 0 4C D 7A 49 35
Octal 57 336 66 117 0 114 15 172 111 65
Binary 101111 11011110 110110 1001111 0 1001100 1101 1111010 1001001 110101

Color Harmonies of #2FDE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDE36

Black with #2FDE36

Text Example


Text Example

White with #2FDE36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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