Html Css Color HEX #34C204 Kelly Green

📋 copy color: '#34C204'

red 52 ◦ green 194 ◦ blue 4

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

Shades of Kelly Green #34C204

Tints of Kelly Green #34C204

RGB

 RED value IS 52 (20.7% from 255) = 20.8%

 GREEN value IS 194 (76.17% from 255) = 77.6%

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

R = 20.8%
G = 77.6%
B = 1.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#34C204 (or 0x34C204) is known color: Kelly Green. HEX triplet: 34, C2 and 04. RGB value is (52,194,4). Sum of RGB (Red+Green+Blue) = 52+194+4=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 194 (76.17% from 255 or 77.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 194 - color contains mainly: green. Hex color #34C204 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C204 is #CB3DFB. Grayscale: #828282. Windows color (decimal): -13319676 or 311860. OLE color: 311860.

HSL color Cylindrical-coordinate representation of color #34C204: hue angle of 104.84º 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 #34C204 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 194 4 -
CMYK 0.73 0 0.98 0.24
HSL 104.84º 0.96% 0.39% -
HSV(B) 104.84º 0.98% 0.76% -
XYZ 20.73 39.32 6.61 -
YUV 129.88 56.96 72.45 -
System Red Green Blue C M Y K H S L
Decimal 52 194 4 0.73 0 0.98 0.24 104.84 0.96 0.39
Hex 34 C2 4 49 0 62 18 69 60 27
Octal 64 302 4 111 0 142 30 151 140 47
Binary 110100 11000010 100 1001001 0 1100010 11000 1101001 1100000 100111

Color Harmonies of #34C204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C204

Black with #34C204

Text Example


Text Example

White with #34C204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,194,4); }

 H1.HeaderClassName
 {
   color: #34C204;
 }
 .AnyTagClassName
 {
   color: #34C204;
 }
</style>

background-color css

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

 a { background-color: rgb(52,194,4); }

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

border-color css

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

 span { border-color: rgb(52,194,4); }

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