#35E445

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

Shades of Lime Green #35E445

Tints of Lime Green #35E445

Color information

#35E445 (or 0x35E445) is unknown color: approx Lime Green. HEX triplet: 35, E4 and 45. RGB value is (53,228,69). Sum of RGB (Red+Green+Blue) = 53+228+69=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 228 (89.45% from 255 or 65.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 228 - color contains mainly: green. Hex color #35E445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E445 is #CA1BBA. Grayscale: #9E9E9E. Windows color (decimal): -13245371 or 4580405. OLE color: 4580405.

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

Color convert

RGB5322869-
CMYK0.7700.700.11
HSL125.49º76.42%55.1%-
HSV(B)125.49º76.75%89.41%-
XYZ30.2956.6714.97-
YUV157.5578.0253.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 228 (89.45% from 255) = 65.14%
BLUE value IS 69 (27.34% from 255) = 19.71%
R=15.14%
G=65.14%
B=19.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53228690.7700.700.11125.4976.4255.1
Hex35E4454D046B7d4c37
Octal6534410511501061317511467
Binary110101111001001000101100110101000110101111111011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,228,69); }

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

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

 a { background-color: rgb(53,228,69); }

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

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

 span { border-color: rgb(53,228,69); }

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