Html Css Color HEX #34BA02 Kelly Green

📋 copy color: '#34BA02'

red 52 ◦ green 186 ◦ blue 2

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

Shades of Kelly Green #34BA02

Tints of Kelly Green #34BA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 77.5%

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

R = 21.67%
G = 77.5%
B = 0.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#34BA02 (or 0x34BA02) is known color: Kelly Green. HEX triplet: 34, BA and 02. RGB value is (52,186,2). Sum of RGB (Red+Green+Blue) = 52+186+2=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BA02 is #CB45FD. Grayscale: #7D7D7D. Windows color (decimal): -13321726 or 178740. OLE color: 178740.

HSL color Cylindrical-coordinate representation of color #34BA02: hue angle of 103.7º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34BA02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 2 -
CMYK 0.72 0 0.99 0.27
HSL 103.7º 0.98% 0.37% -
HSV(B) 103.7º 0.99% 0.73% -
XYZ 18.99 35.85 5.98 -
YUV 124.96 58.61 75.96 -
System Red Green Blue C M Y K H S L
Decimal 52 186 2 0.72 0 0.99 0.27 103.7 0.98 0.37
Hex 34 BA 2 48 0 63 1B 68 62 25
Octal 64 272 2 110 0 143 33 150 142 45
Binary 110100 10111010 10 1001000 0 1100011 11011 1101000 1100010 100101

Color Harmonies of #34BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA02

Black with #34BA02

Text Example


Text Example

White with #34BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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