#35E340

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

Shades of Lime Green #35E340

Tints of Lime Green #35E340

Color information

#35E340 (or 0x35E340) is unknown color: approx Lime Green. HEX triplet: 35, E3 and 40. RGB value is (53,227,64). Sum of RGB (Red+Green+Blue) = 53+227+64=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #35E340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E340 is #CA1CBF. Grayscale: #9C9C9C. Windows color (decimal): -13245632 or 4252469. OLE color: 4252469.

HSL color Cylindrical-coordinate representation of color #35E340: hue angle of 123.79º 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 #35E340 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB5322764-
CMYK0.7700.720.11
HSL123.79º75.65%54.9%-
HSV(B)123.79º76.65%89.02%-
XYZ29.8656.0714.1-
YUV156.3975.8554.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 227 (89.06% from 255) = 65.99%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=15.41%
G=65.99%
B=18.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53227640.7700.720.11123.7975.6554.9
Hex35E3404D048B7c4c37
Octal6534310011501101317411467
Binary110101111000111000000100110101001000101111111001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35E340; }

 p { color: rgb(53,227,64); }

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

<style>
 a { background-color: #35E340; }

 a { background-color: rgb(53,227,64); }

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

<style>
 span { border-color: #35E340; }

 span { border-color: rgb(53,227,64); }

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