Html Css Color HEX #2FCF36 Lime Green

📋 copy color: '#2FCF36'

red 47 ◦ green 207 ◦ blue 54

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

Shades of Lime Green #2FCF36

Tints of Lime Green #2FCF36

RGB

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

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

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

R = 15.26%
G = 67.21%
B = 17.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#2FCF36 (or 0x2FCF36) is known color: Lime Green. HEX triplet: 2F, CF and 36. RGB value is (47,207,54). Sum of RGB (Red+Green+Blue) = 47+207+54=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF36 is #D030C9. Grayscale: #8E8E8E. Windows color (decimal): -13643978 or 3591983. OLE color: 3591983.

HSL color Cylindrical-coordinate representation of color #2FCF36: hue angle of 122.62º 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 #2FCF36 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 207 54 -
CMYK 0.77 0 0.74 0.19
HSL 122.63º 0.63% 0.5% -
HSV(B) 122.63º 0.77% 0.81% -
XYZ 24.15 45.5 11 -
YUV 141.72 78.49 60.44 -
System Red Green Blue C M Y K H S L
Decimal 47 207 54 0.77 0 0.74 0.19 122.63 0.63 0.5
Hex 2F CF 36 4D 0 4A 13 7B 3F 32
Octal 57 317 66 115 0 112 23 173 77 62
Binary 101111 11001111 110110 1001101 0 1001010 10011 1111011 111111 110010

Color Harmonies of #2FCF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF36

Black with #2FCF36

Text Example


Text Example

White with #2FCF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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