Html Css Color HEX #20B226 Lime Green

📋 copy color: '#20B226'

red 32 ◦ green 178 ◦ blue 38

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

Shades of Lime Green #20B226

Tints of Lime Green #20B226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 12.9%
G = 71.77%
B = 15.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#20B226 (or 0x20B226) is known color: Lime Green. HEX triplet: 20, B2 and 26. RGB value is (32,178,38). Sum of RGB (Red+Green+Blue) = 32+178+38=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 178 (69.92% from 255 or 71.77% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 178 - color contains mainly: green. Hex color #20B226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B226 is #DF4DD9. Grayscale: #767676. Windows color (decimal): -14634458 or 2535968. OLE color: 2535968.

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

Color convert

RGB 32 178 38 -
CMYK 0.82 0 0.79 0.30
HSL 122.47º 0.7% 0.41% -
HSV(B) 122.47º 0.82% 0.7% -
XYZ 16.87 32.29 7.18 -
YUV 118.39 82.63 66.38 -
System Red Green Blue C M Y K H S L
Decimal 32 178 38 0.82 0 0.79 0.30 122.47 0.7 0.41
Hex 20 B2 26 52 0 4F 1E 7A 46 29
Octal 40 262 46 122 0 117 36 172 106 51
Binary 100000 10110010 100110 1010010 0 1001111 11110 1111010 1000110 101001

Color Harmonies of #20B226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B226

Black with #20B226

Text Example


Text Example

White with #20B226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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