Html Css Color HEX #20C026 Lime Green

📋 copy color: '#20C026'

red 32 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #20C026

Tints of Lime Green #20C026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73.28%

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

R = 12.21%
G = 73.28%
B = 14.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#20C026 (or 0x20C026) is known color: Lime Green. HEX triplet: 20, C0 and 26. RGB value is (32,192,38). Sum of RGB (Red+Green+Blue) = 32+192+38=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #20C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C026 is #DF3FD9. Grayscale: #7F7F7F. Windows color (decimal): -14630874 or 2539552. OLE color: 2539552.

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

Color convert

RGB 32 192 38 -
CMYK 0.83 0 0.80 0.25
HSL 122.25º 0.71% 0.44% -
HSV(B) 122.25º 0.83% 0.75% -
XYZ 19.8 38.15 8.15 -
YUV 126.6 77.99 60.52 -
System Red Green Blue C M Y K H S L
Decimal 32 192 38 0.83 0 0.80 0.25 122.25 0.71 0.44
Hex 20 C0 26 53 0 50 19 7A 47 2C
Octal 40 300 46 123 0 120 31 172 107 54
Binary 100000 11000000 100110 1010011 0 1010000 11001 1111010 1000111 101100

Color Harmonies of #20C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C026

Black with #20C026

Text Example


Text Example

White with #20C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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