Html Css Color HEX #2FE136 Lime Green

📋 copy color: '#2FE136'

red 47 ◦ green 225 ◦ blue 54

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

Shades of Lime Green #2FE136

Tints of Lime Green #2FE136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.02%

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

R = 14.42%
G = 69.02%
B = 16.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#2FE136 (or 0x2FE136) is known color: Lime Green. HEX triplet: 2F, E1 and 36. RGB value is (47,225,54). Sum of RGB (Red+Green+Blue) = 47+225+54=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE136 is #D01EC9. Grayscale: #989898. Windows color (decimal): -13639370 or 3596591. OLE color: 3596591.

HSL color Cylindrical-coordinate representation of color #2FE136: hue angle of 122.36º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE136 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 54 -
CMYK 0.79 0 0.76 0.12
HSL 122.36º 0.75% 0.53% -
HSV(B) 122.36º 0.79% 0.88% -
XYZ 28.76 54.72 12.54 -
YUV 152.28 72.53 52.9 -
System Red Green Blue C M Y K H S L
Decimal 47 225 54 0.79 0 0.76 0.12 122.36 0.75 0.53
Hex 2F E1 36 4F 0 4C C 7A 4B 35
Octal 57 341 66 117 0 114 14 172 113 65
Binary 101111 11100001 110110 1001111 0 1001100 1100 1111010 1001011 110101

Color Harmonies of #2FE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE136

Black with #2FE136

Text Example


Text Example

White with #2FE136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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