#34C628

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

Shades of Lime Green #34C628

Tints of Lime Green #34C628

Color information

#34C628 (or 0x34C628) is unknown color: approx Lime Green. HEX triplet: 34, C6 and 28. RGB value is (52,198,40). Sum of RGB (Red+Green+Blue) = 52+198+40=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 198 (77.73% from 255 or 68.28% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 198 - color contains mainly: green. Hex color #34C628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C628 is #CB39D7. Grayscale: #888888. Windows color (decimal): -13318616 or 2672180. OLE color: 2672180.

HSL color Cylindrical-coordinate representation of color #34C628: hue angle of 115.44º degrees, saturation: 0.66, 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 #34C628 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB5219840-
CMYK0.7400.800.22
HSL115.44º66.39%46.67%-
HSV(B)115.44º79.8%77.65%-
XYZ21.9941.278.81-
YUV136.3373.6367.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 198 (77.73% from 255) = 68.28%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=17.93%
G=68.28%
B=13.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52198400.7400.800.22115.4466.3946.67
Hex34C6284A0501673422f
Octal643065011201202616310257
Binary110100110001101010001001010010100001011011100111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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