Html Css Color HEX #34BC0F Kelly Green

📋 copy color: '#34BC0F'

red 52 ◦ green 188 ◦ blue 15

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

Shades of Kelly Green #34BC0F

Tints of Kelly Green #34BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 73.73%

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

R = 20.39%
G = 73.73%
B = 5.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#34BC0F (or 0x34BC0F) is known color: Kelly Green. HEX triplet: 34, BC and 0F. RGB value is (52,188,15). Sum of RGB (Red+Green+Blue) = 52+188+15=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BC0F is #CB43F0. Grayscale: #808080. Windows color (decimal): -13321201 or 1031220. OLE color: 1031220.

HSL color Cylindrical-coordinate representation of color #34BC0F: hue angle of 107.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34BC0F is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 15 -
CMYK 0.72 0 0.92 0.26
HSL 107.17º 0.85% 0.4% -
HSV(B) 107.17º 0.92% 0.74% -
XYZ 19.49 36.73 6.51 -
YUV 127.61 64.44 74.07 -
System Red Green Blue C M Y K H S L
Decimal 52 188 15 0.72 0 0.92 0.26 107.17 0.85 0.4
Hex 34 BC F 48 0 5C 1A 6B 55 28
Octal 64 274 17 110 0 134 32 153 125 50
Binary 110100 10111100 1111 1001000 0 1011100 11010 1101011 1010101 101000

Color Harmonies of #34BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC0F

Black with #34BC0F

Text Example


Text Example

White with #34BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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