Html Css Color HEX #2FCF21 Lime Green

📋 copy color: '#2FCF21'

red 47 ◦ green 207 ◦ blue 33

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

Shades of Lime Green #2FCF21

Tints of Lime Green #2FCF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 16.38%
G = 72.13%
B = 11.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#2FCF21 (or 0x2FCF21) is known color: Lime Green. HEX triplet: 2F, CF and 21. RGB value is (47,207,33). Sum of RGB (Red+Green+Blue) = 47+207+33=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF21 is #D030DE. Grayscale: #8B8B8B. Windows color (decimal): -13643999 or 2215727. OLE color: 2215727.

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

Color convert

RGB 47 207 33 -
CMYK 0.77 0 0.84 0.19
HSL 115.17º 0.73% 0.47% -
HSV(B) 115.17º 0.84% 0.81% -
XYZ 23.76 45.34 8.94 -
YUV 139.32 67.99 62.15 -
System Red Green Blue C M Y K H S L
Decimal 47 207 33 0.77 0 0.84 0.19 115.17 0.73 0.47
Hex 2F CF 21 4D 0 54 13 73 48 2F
Octal 57 317 41 115 0 124 23 163 110 57
Binary 101111 11001111 100001 1001101 0 1010100 10011 1110011 1001000 101111

Color Harmonies of #2FCF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF21

Black with #2FCF21

Text Example


Text Example

White with #2FCF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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