#35E74C

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

Shades of Lime Green #35E74C

Tints of Lime Green #35E74C

Color information

#35E74C (or 0x35E74C) is unknown color: approx Lime Green. HEX triplet: 35, E7 and 4C. RGB value is (53,231,76). Sum of RGB (Red+Green+Blue) = 53+231+76=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 231 (90.62% from 255 or 64.17% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 231 - color contains mainly: green. Hex color #35E74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E74C is #CA18B3. Grayscale: #A0A0A0. Windows color (decimal): -13244596 or 5039925. OLE color: 5039925.

HSL color Cylindrical-coordinate representation of color #35E74C: hue angle of 127.75º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E74C is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB5323176-
CMYK0.7700.670.09
HSL127.75º78.76%55.69%-
HSV(B)127.75º77.06%90.59%-
XYZ31.3558.4316.46-
YUV160.1180.5351.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 231 (90.62% from 255) = 64.17%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=14.72%
G=64.17%
B=21.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal53231760.7700.670.09127.7578.7655.69
Hex35E74C4D0439804f38
Octal6534711411501031120011770
Binary1101011110011110011001001101010000111001100000001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,231,76); }

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

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

 a { background-color: rgb(53,231,76); }

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

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

 span { border-color: rgb(53,231,76); }

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