#34C331

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

Shades of Lime Green #34C331

Tints of Lime Green #34C331

Color information

#34C331 (or 0x34C331) is unknown color: approx Lime Green. HEX triplet: 34, C3 and 31. RGB value is (52,195,49). Sum of RGB (Red+Green+Blue) = 52+195+49=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #34C331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C331 is #CB3CCE. Grayscale: #888888. Windows color (decimal): -13319375 or 3261236. OLE color: 3261236.

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

Color convert

RGB5219549-
CMYK0.7300.750.24
HSL118.77º59.84%47.84%-
HSV(B)118.77º74.87%76.47%-
XYZ21.4939.989.49-
YUV135.679.1268.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 195 (76.56% from 255) = 65.88%
BLUE value IS 49 (19.53% from 255) = 16.55%
R=17.57%
G=65.88%
B=16.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52195490.7300.750.24118.7759.8447.84
Hex34C3314904B18773c30
Octal64303611110113301677460
Binary11010011000011110001100100101001011110001110111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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