Html Css Color HEX #34AA03 Kelly Green

📋 copy color: '#34AA03'

red 52 ◦ green 170 ◦ blue 3

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

Shades of Kelly Green #34AA03

Tints of Kelly Green #34AA03

RGB

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

 GREEN value IS 170 (66.8% from 255) = 75.56%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 23.11%
G = 75.56%
B = 1.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#34AA03 (or 0x34AA03) is known color: Kelly Green. HEX triplet: 34, AA and 03. RGB value is (52,170,3). Sum of RGB (Red+Green+Blue) = 52+170+3=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AA03 is #CB55FC. Grayscale: #747474. Windows color (decimal): -13325821 or 240180. OLE color: 240180.

HSL color Cylindrical-coordinate representation of color #34AA03: hue angle of 102.4º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34AA03 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 170 3 -
CMYK 0.69 0 0.98 0.33
HSL 102.4º 0.97% 0.34% -
HSV(B) 102.4º 0.98% 0.67% -
XYZ 15.81 29.49 4.94 -
YUV 115.68 64.41 82.58 -
System Red Green Blue C M Y K H S L
Decimal 52 170 3 0.69 0 0.98 0.33 102.4 0.97 0.34
Hex 34 AA 3 45 0 62 21 66 61 22
Octal 64 252 3 105 0 142 41 146 141 42
Binary 110100 10101010 11 1000101 0 1100010 100001 1100110 1100001 100010

Color Harmonies of #34AA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA03

Black with #34AA03

Text Example


Text Example

White with #34AA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,170,3); }

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

background-color css

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

 a { background-color: rgb(52,170,3); }

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

border-color css

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

 span { border-color: rgb(52,170,3); }

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