#35E444

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

Shades of Lime Green #35E444

Tints of Lime Green #35E444

Color information

#35E444 (or 0x35E444) is unknown color: approx Lime Green. HEX triplet: 35, E4 and 44. RGB value is (53,228,68). Sum of RGB (Red+Green+Blue) = 53+228+68=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 228 (89.45% from 255 or 65.33% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 228 - color contains mainly: green. Hex color #35E444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E444 is #CA1BBB. Grayscale: #9D9D9D. Windows color (decimal): -13245372 or 4514869. OLE color: 4514869.

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

Color convert

RGB5322868-
CMYK0.7700.700.11
HSL125.14º76.42%55.1%-
HSV(B)125.14º76.75%89.41%-
XYZ30.2556.6614.81-
YUV157.4477.5253.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 228 (89.45% from 255) = 65.33%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=15.19%
G=65.33%
B=19.48%

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
Decimal53228680.7700.700.11125.1476.4255.1
Hex35E4444D046B7d4c37
Octal6534410411501061317511467
Binary110101111001001000100100110101000110101111111011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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