#34B200

Color #34B200 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #34B200

Tints of Kelly Green #34B200

Color information

#34B200 (or 0x34B200) is unknown color: approx Kelly Green. HEX triplet: 34, B2 and 00. RGB value is (52,178,0). Sum of RGB (Red+Green+Blue) = 52+178+0=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 178 (69.92% from 255 or 77.39% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 178 - color contains mainly: green. Hex color #34B200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34B200 is #CB4DFF. Grayscale: #787878. Windows color (decimal): -13323776 or 45620. OLE color: 45620.

HSL color Cylindrical-coordinate representation of color #34B200: hue angle of 102.47º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34B200 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB521780-
CMYK0.71010.30
HSL102.47º100%34.9%-
HSV(B)102.47º100%69.8%-
XYZ17.3432.575.37-
YUV120.0360.2679.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 178 (69.92% from 255) = 77.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.61%
G=77.39%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5217800.71010.30102.4710034.9
Hex34B20470641E666423
Octal64262010701443614614443
Binary1101001011001001000111011001001111011001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,178,0); }

 H1.HeaderClassName
 {
   color: #34B200;
 }
 .AnyTagClassName
 {
   color: #34B200;
 }
</style>
background-color css

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

 a { background-color: rgb(52,178,0); }

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

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

 span { border-color: rgb(52,178,0); }

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