#35EA4A

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

Shades of Lime Green #35EA4A

Tints of Lime Green #35EA4A

Color information

#35EA4A (or 0x35EA4A) is unknown color: approx Lime Green. HEX triplet: 35, EA and 4A. RGB value is (53,234,74). Sum of RGB (Red+Green+Blue) = 53+234+74=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 234 (91.80% from 255 or 64.82% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 234 - color contains mainly: green. Hex color #35EA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EA4A is #CA15B5. Grayscale: #A2A2A2. Windows color (decimal): -13243830 or 4909621. OLE color: 4909621.

HSL color Cylindrical-coordinate representation of color #35EA4A: hue angle of 126.96º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EA4A is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB5323474-
CMYK0.7700.680.08
HSL126.96º81.17%56.27%-
HSV(B)126.96º77.35%91.76%-
XYZ32.1360.116.39-
YUV161.6478.5350.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 234 (91.80% from 255) = 64.82%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=14.68%
G=64.82%
B=20.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal53234740.7700.680.08126.9681.1756.27
Hex35EA4A4D04487f5138
Octal6535211211501041017712170
Binary110101111010101001010100110101000100100011111111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,234,74); }

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

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

 a { background-color: rgb(53,234,74); }

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

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

 span { border-color: rgb(53,234,74); }

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