Html Css Color HEX #20C326 Lime Green

📋 copy color: '#20C326'

red 32 ◦ green 195 ◦ blue 38

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

Shades of Lime Green #20C326

Tints of Lime Green #20C326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.58%

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

R = 12.08%
G = 73.58%
B = 14.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#20C326 (or 0x20C326) is known color: Lime Green. HEX triplet: 20, C3 and 26. RGB value is (32,195,38). Sum of RGB (Red+Green+Blue) = 32+195+38=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #20C326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C326 is #DF3CD9. Grayscale: #808080. Windows color (decimal): -14630106 or 2540320. OLE color: 2540320.

HSL color Cylindrical-coordinate representation of color #20C326: hue angle of 122.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C326 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 195 38 -
CMYK 0.84 0 0.81 0.24
HSL 122.21º 0.72% 0.45% -
HSV(B) 122.21º 0.84% 0.76% -
XYZ 20.46 39.48 8.38 -
YUV 128.37 77 59.27 -
System Red Green Blue C M Y K H S L
Decimal 32 195 38 0.84 0 0.81 0.24 122.21 0.72 0.45
Hex 20 C3 26 54 0 51 18 7A 48 2D
Octal 40 303 46 124 0 121 30 172 110 55
Binary 100000 11000011 100110 1010100 0 1010001 11000 1111010 1001000 101101

Color Harmonies of #20C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C326

Black with #20C326

Text Example


Text Example

White with #20C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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