Html Css Color HEX #20C304 Kelly Green

📋 copy color: '#20C304'

red 32 ◦ green 195 ◦ blue 4

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

Shades of Kelly Green #20C304

Tints of Kelly Green #20C304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 13.85%
G = 84.42%
B = 1.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#20C304 (or 0x20C304) is known color: Kelly Green. HEX triplet: 20, C3 and 04. RGB value is (32,195,4). Sum of RGB (Red+Green+Blue) = 32+195+4=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 195 (76.56% from 255 or 84.42% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 195 - color contains mainly: green. Hex color #20C304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C304 is #DF3CFB. Grayscale: #7D7D7D. Windows color (decimal): -14630140 or 312096. OLE color: 312096.

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

Color convert

RGB 32 195 4 -
CMYK 0.84 0 0.98 0.24
HSL 111.2º 0.96% 0.39% -
HSV(B) 111.2º 0.98% 0.76% -
XYZ 20.13 39.35 6.65 -
YUV 124.49 60 62.03 -
System Red Green Blue C M Y K H S L
Decimal 32 195 4 0.84 0 0.98 0.24 111.2 0.96 0.39
Hex 20 C3 4 54 0 62 18 6F 60 27
Octal 40 303 4 124 0 142 30 157 140 47
Binary 100000 11000011 100 1010100 0 1100010 11000 1101111 1100000 100111

Color Harmonies of #20C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C304

Black with #20C304

Text Example


Text Example

White with #20C304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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