Html Css Color HEX #20B826 Lime Green

📋 copy color: '#20B826'

red 32 ◦ green 184 ◦ blue 38

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

Shades of Lime Green #20B826

Tints of Lime Green #20B826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 72.44%

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

R = 12.6%
G = 72.44%
B = 14.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#20B826 (or 0x20B826) is known color: Lime Green. HEX triplet: 20, B8 and 26. RGB value is (32,184,38). Sum of RGB (Red+Green+Blue) = 32+184+38=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 184 (72.27% from 255 or 72.44% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 184 - color contains mainly: green. Hex color #20B826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B826 is #DF47D9. Grayscale: #7A7A7A. Windows color (decimal): -14632922 or 2537504. OLE color: 2537504.

HSL color Cylindrical-coordinate representation of color #20B826: hue angle of 122.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B826 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 32 184 38 -
CMYK 0.83 0 0.79 0.28
HSL 122.37º 0.7% 0.42% -
HSV(B) 122.37º 0.83% 0.72% -
XYZ 18.09 34.73 7.58 -
YUV 121.91 80.64 63.87 -
System Red Green Blue C M Y K H S L
Decimal 32 184 38 0.83 0 0.79 0.28 122.37 0.7 0.42
Hex 20 B8 26 53 0 4F 1C 7A 46 2A
Octal 40 270 46 123 0 117 34 172 106 52
Binary 100000 10111000 100110 1010011 0 1001111 11100 1111010 1000110 101010

Color Harmonies of #20B826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B826

Black with #20B826

Text Example


Text Example

White with #20B826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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