#35DE43

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

Shades of Lime Green #35DE43

Tints of Lime Green #35DE43

Color information

#35DE43 (or 0x35DE43) is unknown color: approx Lime Green. HEX triplet: 35, DE and 43. RGB value is (53,222,67). Sum of RGB (Red+Green+Blue) = 53+222+67=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DE43 is #CA21BC. Grayscale: #9A9A9A. Windows color (decimal): -13246909 or 4447797. OLE color: 4447797.

HSL color Cylindrical-coordinate representation of color #35DE43: hue angle of 124.97º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DE43 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB5322267-
CMYK0.7600.700.13
HSL124.97º71.91%53.92%-
HSV(B)124.97º76.13%87.06%-
XYZ28.653.414.11-
YUV153.879.0156.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 222 (87.11% from 255) = 64.91%
BLUE value IS 67 (26.56% from 255) = 19.59%
R=15.50%
G=64.91%
B=19.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53222670.7600.700.13124.9771.9153.92
Hex35DE434C046D7d4836
Octal6533610311401061517511066
Binary110101110111101000011100110001000110110111111011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,222,67); }

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

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

 a { background-color: rgb(53,222,67); }

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

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

 span { border-color: rgb(53,222,67); }

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