#34CA01

Color #34CA01 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #34CA01

Tints of Kelly Green #34CA01

Color information

#34CA01 (or 0x34CA01) is unknown color: approx Kelly Green. HEX triplet: 34, CA and 01. RGB value is (52,202,1). Sum of RGB (Red+Green+Blue) = 52+202+1=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CA01 is #CB35FE. Grayscale: #868686. Windows color (decimal): -13317631 or 117300. OLE color: 117300.

HSL color Cylindrical-coordinate representation of color #34CA01: hue angle of 104.78º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34CA01 is Cyan = 0.74, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB522021-
CMYK0.7401.000.21
HSL104.78º99.01%39.8%-
HSV(B)104.78º99.5%79.22%-
XYZ22.5442.977.14-
YUV134.2452.869.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 202 (79.30% from 255) = 79.22%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=20.39%
G=79.22%
B=0.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5220210.7401.000.21104.7899.0139.8
Hex34CA14A06415696328
Octal64312111201442515114350
Binary1101001100101011001010011001001010111010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34CA01; }

 p { color: rgb(52,202,1); }

 H1.HeaderClassName
 {
   color: #34CA01;
 }
 .AnyTagClassName
 {
   color: #34CA01;
 }
</style>
background-color css

<style>
 a { background-color: #34CA01; }

 a { background-color: rgb(52,202,1); }

 div.DivClassName
 {
   background-color: #34CA01;
 }
 .BgClassName
 {
   background-color: #34CA01;
 }
</style>
border-color css

<style>
 span { border-color: #34CA01; }

 span { border-color: rgb(52,202,1); }

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