Html Css Color HEX #34BD18 Kelly Green

📋 copy color: '#34BD18'

red 52 ◦ green 189 ◦ blue 24

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

Shades of Kelly Green #34BD18

Tints of Kelly Green #34BD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 71.32%

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 19.62%
G = 71.32%
B = 9.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#34BD18 (or 0x34BD18) is known color: Kelly Green. HEX triplet: 34, BD and 18. RGB value is (52,189,24). Sum of RGB (Red+Green+Blue) = 52+189+24=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BD18 is #CB42E7. Grayscale: #818181. Windows color (decimal): -13320936 or 1621300. OLE color: 1621300.

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

Color convert

RGB 52 189 24 -
CMYK 0.72 0 0.87 0.26
HSL 109.82º 0.77% 0.42% -
HSV(B) 109.82º 0.87% 0.74% -
XYZ 19.78 37.19 7 -
YUV 129.23 68.61 72.92 -
System Red Green Blue C M Y K H S L
Decimal 52 189 24 0.72 0 0.87 0.26 109.82 0.77 0.42
Hex 34 BD 18 48 0 57 1A 6E 4D 2A
Octal 64 275 30 110 0 127 32 156 115 52
Binary 110100 10111101 11000 1001000 0 1010111 11010 1101110 1001101 101010

Color Harmonies of #34BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BD18

Black with #34BD18

Text Example


Text Example

White with #34BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,189,24); }

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

background-color css

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

 a { background-color: rgb(52,189,24); }

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

border-color css

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

 span { border-color: rgb(52,189,24); }

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