#34E341

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

Shades of Lime Green #34E341

Tints of Lime Green #34E341

Color information

#34E341 (or 0x34E341) is unknown color: approx Lime Green. HEX triplet: 34, E3 and 41. RGB value is (52,227,65). Sum of RGB (Red+Green+Blue) = 52+227+65=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #34E341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E341 is #CB1CBE. Grayscale: #9C9C9C. Windows color (decimal): -13311167 or 4318004. OLE color: 4318004.

HSL color Cylindrical-coordinate representation of color #34E341: hue angle of 124.46º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E341 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB5222765-
CMYK0.7700.710.11
HSL124.46º75.76%54.71%-
HSV(B)124.46º77.09%89.02%-
XYZ29.8456.0514.25-
YUV156.2176.5253.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 227 (89.06% from 255) = 65.99%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=15.12%
G=65.99%
B=18.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52227650.7700.710.11124.4675.7654.71
Hex34E3414D047B7c4c37
Octal6434310111501071317411467
Binary110100111000111000001100110101000111101111111001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,227,65); }

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

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

 a { background-color: rgb(52,227,65); }

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

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

 span { border-color: rgb(52,227,65); }

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