Html Css Color HEX #34D20F Kelly Green

📋 copy color: '#34D20F'

red 52 ◦ green 210 ◦ blue 15

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

Shades of Kelly Green #34D20F

Tints of Kelly Green #34D20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75.81%

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 18.77%
G = 75.81%
B = 5.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#34D20F (or 0x34D20F) is known color: Kelly Green. HEX triplet: 34, D2 and 0F. RGB value is (52,210,15). Sum of RGB (Red+Green+Blue) = 52+210+15=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #34D20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D20F is #CB2DF0. Grayscale: #8D8D8D. Windows color (decimal): -13315569 or 1036852. OLE color: 1036852.

HSL color Cylindrical-coordinate representation of color #34D20F: hue angle of 108.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34D20F is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 15 -
CMYK 0.75 0 0.93 0.18
HSL 108.62º 0.87% 0.44% -
HSV(B) 108.62º 0.93% 0.82% -
XYZ 24.55 46.86 8.2 -
YUV 140.53 57.15 64.86 -
System Red Green Blue C M Y K H S L
Decimal 52 210 15 0.75 0 0.93 0.18 108.62 0.87 0.44
Hex 34 D2 F 4B 0 5D 12 6D 57 2C
Octal 64 322 17 113 0 135 22 155 127 54
Binary 110100 11010010 1111 1001011 0 1011101 10010 1101101 1010111 101100

Color Harmonies of #34D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D20F

Black with #34D20F

Text Example


Text Example

White with #34D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,210,15); }

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

background-color css

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

 a { background-color: rgb(52,210,15); }

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

border-color css

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

 span { border-color: rgb(52,210,15); }

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