#35E642

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

Shades of Lime Green #35E642

Tints of Lime Green #35E642

Color information

#35E642 (or 0x35E642) is unknown color: approx Lime Green. HEX triplet: 35, E6 and 42. RGB value is (53,230,66). Sum of RGB (Red+Green+Blue) = 53+230+66=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 230 (90.23% from 255 or 65.90% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 230 - color contains mainly: green. Hex color #35E642 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E642 is #CA19BD. Grayscale: #9E9E9E. Windows color (decimal): -13244862 or 4384309. OLE color: 4384309.

HSL color Cylindrical-coordinate representation of color #35E642: hue angle of 124.41º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E642 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB5323066-
CMYK0.7700.710.10
HSL124.41º77.97%55.49%-
HSV(B)124.41º76.96%90.2%-
XYZ30.7557.7414.68-
YUV158.3875.8652.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 230 (90.23% from 255) = 65.90%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=15.19%
G=65.90%
B=18.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal53230660.7700.710.10124.4177.9755.49
Hex35E6424D047A7c4e37
Octal6534610211501071217411667
Binary110101111001101000010100110101000111101011111001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,230,66); }

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

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

 a { background-color: rgb(53,230,66); }

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

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

 span { border-color: rgb(53,230,66); }

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