Html Css Color HEX #34BD1A Kelly Green

📋 copy color: '#34BD1A'

red 52 ◦ green 189 ◦ blue 26

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

Shades of Kelly Green #34BD1A

Tints of Kelly Green #34BD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 19.48%
G = 70.79%
B = 9.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#34BD1A (or 0x34BD1A) is known color: Kelly Green. HEX triplet: 34, BD and 1A. RGB value is (52,189,26). Sum of RGB (Red+Green+Blue) = 52+189+26=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 189 (74.22% from 255 or 70.79% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BD1A is #CB42E5. Grayscale: #818181. Windows color (decimal): -13320934 or 1752372. OLE color: 1752372.

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

Color convert

RGB 52 189 26 -
CMYK 0.72 0 0.86 0.26
HSL 110.43º 0.76% 0.42% -
HSV(B) 110.43º 0.86% 0.74% -
XYZ 19.8 37.2 7.11 -
YUV 129.46 69.61 72.75 -
System Red Green Blue C M Y K H S L
Decimal 52 189 26 0.72 0 0.86 0.26 110.43 0.76 0.42
Hex 34 BD 1A 48 0 56 1A 6E 4C 2A
Octal 64 275 32 110 0 126 32 156 114 52
Binary 110100 10111101 11010 1001000 0 1010110 11010 1101110 1001100 101010

Color Harmonies of #34BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BD1A

Black with #34BD1A

Text Example


Text Example

White with #34BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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