#35E93B

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

Shades of Lime Green #35E93B

Tints of Lime Green #35E93B

Color information

#35E93B (or 0x35E93B) is unknown color: approx Lime Green. HEX triplet: 35, E9 and 3B. RGB value is (53,233,59). Sum of RGB (Red+Green+Blue) = 53+233+59=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 233 (91.41% from 255 or 67.54% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 233 - color contains mainly: green. Hex color #35E93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E93B is #CA16C4. Grayscale: #9F9F9F. Windows color (decimal): -13244101 or 3926325. OLE color: 3926325.

HSL color Cylindrical-coordinate representation of color #35E93B: hue angle of 122º degrees, saturation: 0.8, 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 #35E93B is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB5323359-
CMYK0.7700.750.09
HSL122º80.36%56.08%-
HSV(B)122º77.25%91.37%-
XYZ31.459.3513.94-
YUV159.3471.3752.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 233 (91.41% from 255) = 67.54%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=15.36%
G=67.54%
B=17.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal53233590.7700.750.0912280.3656.08
Hex35E93B4D04B97a5038
Octal653517311501131117212070
Binary11010111101001111011100110101001011100111110101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,233,59); }

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

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

 a { background-color: rgb(53,233,59); }

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

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

 span { border-color: rgb(53,233,59); }

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