#34C828

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

Shades of Lime Green #34C828

Tints of Lime Green #34C828

Color information

#34C828 (or 0x34C828) is unknown color: approx Lime Green. HEX triplet: 34, C8 and 28. RGB value is (52,200,40). Sum of RGB (Red+Green+Blue) = 52+200+40=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #34C828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C828 is #CB37D7. Grayscale: #8A8A8A. Windows color (decimal): -13318104 or 2672692. OLE color: 2672692.

HSL color Cylindrical-coordinate representation of color #34C828: hue angle of 115.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34C828 is Cyan = 0.74, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB5220040-
CMYK0.7400.80.22
HSL115.5º66.67%47.06%-
HSV(B)115.5º80%78.43%-
XYZ22.4542.198.97-
YUV137.5172.9767.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 200 (78.52% from 255) = 68.49%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=17.81%
G=68.49%
B=13.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52200400.7400.80.22115.566.6747.06
Hex34C8284A0501674432f
Octal643105011201202616410357
Binary110100110010001010001001010010100001011011101001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,200,40); }

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

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

 a { background-color: rgb(52,200,40); }

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

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

 span { border-color: rgb(52,200,40); }

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