Html Css Color HEX #34BD1D Kelly Green

📋 copy color: '#34BD1D'

red 52 ◦ green 189 ◦ blue 29

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

Shades of Kelly Green #34BD1D

Tints of Kelly Green #34BD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 19.26%
G = 70%
B = 10.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#34BD1D (or 0x34BD1D) is known color: Kelly Green. HEX triplet: 34, BD and 1D. RGB value is (52,189,29). Sum of RGB (Red+Green+Blue) = 52+189+29=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BD1D is #CB42E2. Grayscale: #828282. Windows color (decimal): -13320931 or 1948980. OLE color: 1948980.

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

Color convert

RGB 52 189 29 -
CMYK 0.72 0 0.85 0.26
HSL 111.38º 0.73% 0.43% -
HSV(B) 111.38º 0.85% 0.74% -
XYZ 19.84 37.21 7.3 -
YUV 129.8 71.11 72.51 -
System Red Green Blue C M Y K H S L
Decimal 52 189 29 0.72 0 0.85 0.26 111.38 0.73 0.43
Hex 34 BD 1D 48 0 55 1A 6F 49 2B
Octal 64 275 35 110 0 125 32 157 111 53
Binary 110100 10111101 11101 1001000 0 1010101 11010 1101111 1001001 101011

Color Harmonies of #34BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BD1D

Black with #34BD1D

Text Example


Text Example

White with #34BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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