Html Css Color HEX #34AF02 Kelly Green

📋 copy color: '#34AF02'

red 52 ◦ green 175 ◦ blue 2

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

Shades of Kelly Green #34AF02

Tints of Kelly Green #34AF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 76.42%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 22.71%
G = 76.42%
B = 0.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#34AF02 (or 0x34AF02) is known color: Kelly Green. HEX triplet: 34, AF and 02. RGB value is (52,175,2). Sum of RGB (Red+Green+Blue) = 52+175+2=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AF02 is #CB50FD. Grayscale: #777777. Windows color (decimal): -13324542 or 175924. OLE color: 175924.

HSL color Cylindrical-coordinate representation of color #34AF02: hue angle of 102.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34AF02 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 175 2 -
CMYK 0.70 0 0.99 0.31
HSL 102.66º 0.98% 0.35% -
HSV(B) 102.66º 0.99% 0.69% -
XYZ 16.76 31.39 5.23 -
YUV 118.5 62.25 80.57 -
System Red Green Blue C M Y K H S L
Decimal 52 175 2 0.70 0 0.99 0.31 102.66 0.98 0.35
Hex 34 AF 2 46 0 63 1F 67 62 23
Octal 64 257 2 106 0 143 37 147 142 43
Binary 110100 10101111 10 1000110 0 1100011 11111 1100111 1100010 100011

Color Harmonies of #34AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF02

Black with #34AF02

Text Example


Text Example

White with #34AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,175,2); }

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

background-color css

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

 a { background-color: rgb(52,175,2); }

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

border-color css

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

 span { border-color: rgb(52,175,2); }

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