Html Css Color HEX #2FE137 Lime Green

📋 copy color: '#2FE137'

red 47 ◦ green 225 ◦ blue 55

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

Shades of Lime Green #2FE137

Tints of Lime Green #2FE137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 14.37%
G = 68.81%
B = 16.82%

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

#2FE137 (or 0x2FE137) is known color: Lime Green. HEX triplet: 2F, E1 and 37. RGB value is (47,225,55). Sum of RGB (Red+Green+Blue) = 47+225+55=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE137 is #D01EC8. Grayscale: #989898. Windows color (decimal): -13639369 or 3662127. OLE color: 3662127.

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

Color convert

RGB 47 225 55 -
CMYK 0.79 0 0.76 0.12
HSL 122.7º 0.75% 0.53% -
HSV(B) 122.7º 0.79% 0.88% -
XYZ 28.79 54.73 12.66 -
YUV 152.4 73.03 52.82 -
System Red Green Blue C M Y K H S L
Decimal 47 225 55 0.79 0 0.76 0.12 122.7 0.75 0.53
Hex 2F E1 37 4F 0 4C C 7B 4B 35
Octal 57 341 67 117 0 114 14 173 113 65
Binary 101111 11100001 110111 1001111 0 1001100 1100 1111011 1001011 110101

Color Harmonies of #2FE137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE137

Black with #2FE137

Text Example


Text Example

White with #2FE137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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