Html Css Color HEX #20C92F Lime Green

📋 copy color: '#20C92F'

red 32 ◦ green 201 ◦ blue 47

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

Shades of Lime Green #20C92F

Tints of Lime Green #20C92F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 71.79%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 11.43%
G = 71.79%
B = 16.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#20C92F (or 0x20C92F) is known color: Lime Green. HEX triplet: 20, C9 and 2F. RGB value is (32,201,47). Sum of RGB (Red+Green+Blue) = 32+201+47=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #20C92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C92F is #DF36D0. Grayscale: #858585. Windows color (decimal): -14628561 or 3131680. OLE color: 3131680.

HSL color Cylindrical-coordinate representation of color #20C92F: hue angle of 125.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C92F is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 47 -
CMYK 0.84 0 0.77 0.21
HSL 125.33º 0.73% 0.46% -
HSV(B) 125.33º 0.84% 0.79% -
XYZ 22 42.29 9.69 -
YUV 132.91 79.51 56.02 -
System Red Green Blue C M Y K H S L
Decimal 32 201 47 0.84 0 0.77 0.21 125.33 0.73 0.46
Hex 20 C9 2F 54 0 4D 15 7D 49 2E
Octal 40 311 57 124 0 115 25 175 111 56
Binary 100000 11001001 101111 1010100 0 1001101 10101 1111101 1001001 101110

Color Harmonies of #20C92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C92F

Black with #20C92F

Text Example


Text Example

White with #20C92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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