Html Css Color HEX #34BC13 Kelly Green

📋 copy color: '#34BC13'

red 52 ◦ green 188 ◦ blue 19

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

Shades of Kelly Green #34BC13

Tints of Kelly Green #34BC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 20.08%
G = 72.59%
B = 7.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#34BC13 (or 0x34BC13) is known color: Kelly Green. HEX triplet: 34, BC and 13. RGB value is (52,188,19). Sum of RGB (Red+Green+Blue) = 52+188+19=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BC13 is #CB43EC. Grayscale: #808080. Windows color (decimal): -13321197 or 1293364. OLE color: 1293364.

HSL color Cylindrical-coordinate representation of color #34BC13: hue angle of 108.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34BC13 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 19 -
CMYK 0.72 0 0.90 0.26
HSL 108.28º 0.82% 0.41% -
HSV(B) 108.28º 0.9% 0.74% -
XYZ 19.52 36.74 6.68 -
YUV 128.07 66.44 73.74 -
System Red Green Blue C M Y K H S L
Decimal 52 188 19 0.72 0 0.90 0.26 108.28 0.82 0.41
Hex 34 BC 13 48 0 5A 1A 6C 52 29
Octal 64 274 23 110 0 132 32 154 122 51
Binary 110100 10111100 10011 1001000 0 1011010 11010 1101100 1010010 101001

Color Harmonies of #34BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC13

Black with #34BC13

Text Example


Text Example

White with #34BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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