Html Css Color HEX #20B227 Lime Green

📋 copy color: '#20B227'

red 32 ◦ green 178 ◦ blue 39

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

Shades of Lime Green #20B227

Tints of Lime Green #20B227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 71.49%

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 12.85%
G = 71.49%
B = 15.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#20B227 (or 0x20B227) is known color: Lime Green. HEX triplet: 20, B2 and 27. RGB value is (32,178,39). Sum of RGB (Red+Green+Blue) = 32+178+39=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 178 (69.92% from 255 or 71.49% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 178 - color contains mainly: green. Hex color #20B227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B227 is #DF4DD8. Grayscale: #767676. Windows color (decimal): -14634457 or 2601504. OLE color: 2601504.

HSL color Cylindrical-coordinate representation of color #20B227: hue angle of 122.88º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B227 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 178 39 -
CMYK 0.82 0 0.78 0.30
HSL 122.88º 0.7% 0.41% -
HSV(B) 122.88º 0.82% 0.7% -
XYZ 16.88 32.29 7.26 -
YUV 118.5 83.13 66.3 -
System Red Green Blue C M Y K H S L
Decimal 32 178 39 0.82 0 0.78 0.30 122.88 0.7 0.41
Hex 20 B2 27 52 0 4E 1E 7B 46 29
Octal 40 262 47 122 0 116 36 173 106 51
Binary 100000 10110010 100111 1010010 0 1001110 11110 1111011 1000110 101001

Color Harmonies of #20B227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B227

Black with #20B227

Text Example


Text Example

White with #20B227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,178,39); }

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

background-color css

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

 a { background-color: rgb(32,178,39); }

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

border-color css

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

 span { border-color: rgb(32,178,39); }

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