#35E121

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

Shades of Lime Green #35E121

Tints of Lime Green #35E121

Color information

#35E121 (or 0x35E121) is unknown color: approx Lime Green. HEX triplet: 35, E1 and 21. RGB value is (53,225,33). Sum of RGB (Red+Green+Blue) = 53+225+33=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #35E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E121 is #CA1EDE. Grayscale: #989898. Windows color (decimal): -13246175 or 2220341. OLE color: 2220341.

HSL color Cylindrical-coordinate representation of color #35E121: hue angle of 113.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35E121 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB5322533-
CMYK0.7600.850.12
HSL113.75º76.19%50.59%-
HSV(B)113.75º85.33%88.24%-
XYZ28.6754.7210.49-
YUV151.6861.0257.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 225 (88.28% from 255) = 72.35%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=17.04%
G=72.35%
B=10.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal53225330.7600.850.12113.7576.1950.59
Hex35E1214C055C724c33
Octal653414111401251416211463
Binary11010111100001100001100110001010101110011100101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,225,33); }

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

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

 a { background-color: rgb(53,225,33); }

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

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

 span { border-color: rgb(53,225,33); }

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