Html Css Color HEX #34B602 Kelly Green

📋 copy color: '#34B602'

red 52 ◦ green 182 ◦ blue 2

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

Shades of Kelly Green #34B602

Tints of Kelly Green #34B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 77.12%

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

R = 22.03%
G = 77.12%
B = 0.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#34B602 (or 0x34B602) is known color: Kelly Green. HEX triplet: 34, B6 and 02. RGB value is (52,182,2). Sum of RGB (Red+Green+Blue) = 52+182+2=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 182 (71.48% from 255 or 77.12% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 182 - color contains mainly: green. Hex color #34B602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B602 is #CB49FD. Grayscale: #7B7B7B. Windows color (decimal): -13322750 or 177716. OLE color: 177716.

HSL color Cylindrical-coordinate representation of color #34B602: hue angle of 103.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34B602 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 182 2 -
CMYK 0.71 0 0.99 0.29
HSL 103.33º 0.98% 0.36% -
HSV(B) 103.33º 0.99% 0.71% -
XYZ 18.16 34.19 5.7 -
YUV 122.61 59.93 77.64 -
System Red Green Blue C M Y K H S L
Decimal 52 182 2 0.71 0 0.99 0.29 103.33 0.98 0.36
Hex 34 B6 2 47 0 63 1D 67 62 24
Octal 64 266 2 107 0 143 35 147 142 44
Binary 110100 10110110 10 1000111 0 1100011 11101 1100111 1100010 100100

Color Harmonies of #34B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B602

Black with #34B602

Text Example


Text Example

White with #34B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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