Html Css Color HEX #2FCF37 Lime Green

📋 copy color: '#2FCF37'

red 47 ◦ green 207 ◦ blue 55

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

Shades of Lime Green #2FCF37

Tints of Lime Green #2FCF37

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.99%

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

R = 15.21%
G = 66.99%
B = 17.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#2FCF37 (or 0x2FCF37) is known color: Lime Green. HEX triplet: 2F, CF and 37. RGB value is (47,207,55). Sum of RGB (Red+Green+Blue) = 47+207+55=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 207 (81.25% from 255 or 66.99% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF37 is #D030C8. Grayscale: #8E8E8E. Windows color (decimal): -13643977 or 3657519. OLE color: 3657519.

HSL color Cylindrical-coordinate representation of color #2FCF37: hue angle of 123º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF37 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 207 55 -
CMYK 0.77 0 0.73 0.19
HSL 123º 0.63% 0.5% -
HSV(B) 123º 0.77% 0.81% -
XYZ 24.17 45.51 11.12 -
YUV 141.83 78.99 60.36 -
System Red Green Blue C M Y K H S L
Decimal 47 207 55 0.77 0 0.73 0.19 123 0.63 0.5
Hex 2F CF 37 4D 0 49 13 7B 3F 32
Octal 57 317 67 115 0 111 23 173 77 62
Binary 101111 11001111 110111 1001101 0 1001001 10011 1111011 111111 110010

Color Harmonies of #2FCF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF37

Black with #2FCF37

Text Example


Text Example

White with #2FCF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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