Html Css Color HEX #20BF29 Lime Green

📋 copy color: '#20BF29'

red 32 ◦ green 191 ◦ blue 41

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

Shades of Lime Green #20BF29

Tints of Lime Green #20BF29

RGB

 RED value IS 32 (12.89% from 255) = 12.12%

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

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 12.12%
G = 72.35%
B = 15.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#20BF29 (or 0x20BF29) is known color: Lime Green. HEX triplet: 20, BF and 29. RGB value is (32,191,41). Sum of RGB (Red+Green+Blue) = 32+191+41=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 191 (75% from 255 or 72.35% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF29 is #DF40D6. Grayscale: #7E7E7E. Windows color (decimal): -14631127 or 2735904. OLE color: 2735904.

HSL color Cylindrical-coordinate representation of color #20BF29: hue angle of 123.4º 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 #20BF29 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 191 41 -
CMYK 0.83 0 0.79 0.25
HSL 123.4º 0.71% 0.44% -
HSV(B) 123.4º 0.83% 0.75% -
XYZ 19.63 37.73 8.35 -
YUV 126.36 79.82 60.7 -
System Red Green Blue C M Y K H S L
Decimal 32 191 41 0.83 0 0.79 0.25 123.4 0.71 0.44
Hex 20 BF 29 53 0 4F 19 7B 47 2C
Octal 40 277 51 123 0 117 31 173 107 54
Binary 100000 10111111 101001 1010011 0 1001111 11001 1111011 1000111 101100

Color Harmonies of #20BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF29

Black with #20BF29

Text Example


Text Example

White with #20BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20BF29; }

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

 H1.HeaderClassName
 {
   color: #20BF29;
 }
 .AnyTagClassName
 {
   color: #20BF29;
 }
</style>

background-color css

<style>
 a { background-color: #20BF29; }

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

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

border-color css

<style>
 span { border-color: #20BF29; }

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

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