Html Css Color HEX #34C200 Kelly Green

📋 copy color: '#34C200'

red 52 ◦ green 194 ◦ blue 0

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

Shades of Kelly Green #34C200

Tints of Kelly Green #34C200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.14%
G = 78.86%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#34C200 (or 0x34C200) is known color: Kelly Green. HEX triplet: 34, C2 and 00. RGB value is (52,194,0). Sum of RGB (Red+Green+Blue) = 52+194+0=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 194 (76.17% from 255 or 78.86% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 194 - color contains mainly: green. Hex color #34C200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C200 is #CB3DFF. Grayscale: #828282. Windows color (decimal): -13319680 or 49716. OLE color: 49716.

HSL color Cylindrical-coordinate representation of color #34C200: hue angle of 103.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34C200 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 194 0 -
CMYK 0.73 0 1 0.24
HSL 103.92º 1% 0.38% -
HSV(B) 103.92º 1% 0.76% -
XYZ 20.71 39.31 6.5 -
YUV 129.43 54.96 72.77 -
System Red Green Blue C M Y K H S L
Decimal 52 194 0 0.73 0 1 0.24 103.92 1 0.38
Hex 34 C2 0 49 0 64 18 68 64 26
Octal 64 302 0 111 0 144 30 150 144 46
Binary 110100 11000010 0 1001001 0 1100100 11000 1101000 1100100 100110

Color Harmonies of #34C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C200

Black with #34C200

Text Example


Text Example

White with #34C200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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