Html Css Color HEX #2FBF20 Lime Green

📋 copy color: '#2FBF20'

red 47 ◦ green 191 ◦ blue 32

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

Shades of Lime Green #2FBF20

Tints of Lime Green #2FBF20

RGB

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

 GREEN value IS 191 (75% from 255) = 70.74%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 17.41%
G = 70.74%
B = 11.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#2FBF20 (or 0x2FBF20) is known color: Lime Green. HEX triplet: 2F, BF and 20. RGB value is (47,191,32). Sum of RGB (Red+Green+Blue) = 47+191+32=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF20 is #D040DF. Grayscale: #828282. Windows color (decimal): -13648096 or 2146095. OLE color: 2146095.

HSL color Cylindrical-coordinate representation of color #2FBF20: hue angle of 114.34º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FBF20 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 191 32 -
CMYK 0.75 0 0.83 0.25
HSL 114.34º 0.71% 0.44% -
HSV(B) 114.34º 0.83% 0.75% -
XYZ 20.06 37.97 7.64 -
YUV 129.82 72.79 68.93 -
System Red Green Blue C M Y K H S L
Decimal 47 191 32 0.75 0 0.83 0.25 114.34 0.71 0.44
Hex 2F BF 20 4B 0 53 19 72 47 2C
Octal 57 277 40 113 0 123 31 162 107 54
Binary 101111 10111111 100000 1001011 0 1010011 11001 1110010 1000111 101100

Color Harmonies of #2FBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBF20

Black with #2FBF20

Text Example


Text Example

White with #2FBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,191,32); }

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

background-color css

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

 a { background-color: rgb(47,191,32); }

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

border-color css

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

 span { border-color: rgb(47,191,32); }

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