#34C33B

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

Shades of Lime Green #34C33B

Tints of Lime Green #34C33B

Color information

#34C33B (or 0x34C33B) is unknown color: approx Lime Green. HEX triplet: 34, C3 and 3B. RGB value is (52,195,59). Sum of RGB (Red+Green+Blue) = 52+195+59=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #34C33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C33B is #CB3CC4. Grayscale: #898989. Windows color (decimal): -13319365 or 3916596. OLE color: 3916596.

HSL color Cylindrical-coordinate representation of color #34C33B: hue angle of 122.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C33B is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB5219559-
CMYK0.7300.700.24
HSL122.94º57.89%48.43%-
HSV(B)122.94º73.33%76.47%-
XYZ21.7240.0810.73-
YUV136.7484.1267.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 195 (76.56% from 255) = 63.73%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=16.99%
G=63.73%
B=19.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52195590.7300.700.24122.9457.8948.43
Hex34C33B49046187b3a30
Octal64303731110106301737260
Binary11010011000011111011100100101000110110001111011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,195,59); }

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

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

 a { background-color: rgb(52,195,59); }

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

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

 span { border-color: rgb(52,195,59); }

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