#35DF48

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

Shades of Lime Green #35DF48

Tints of Lime Green #35DF48

Color information

#35DF48 (or 0x35DF48) is unknown color: approx Lime Green. HEX triplet: 35, DF and 48. RGB value is (53,223,72). Sum of RGB (Red+Green+Blue) = 53+223+72=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DF48 is #CA20B7. Grayscale: #9B9B9B. Windows color (decimal): -13246648 or 4775733. OLE color: 4775733.

HSL color Cylindrical-coordinate representation of color #35DF48: hue angle of 126.71º degrees, saturation: 0.73, 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 #35DF48 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB5322372-
CMYK0.7600.680.13
HSL126.71º72.65%54.12%-
HSV(B)126.71º76.23%87.45%-
XYZ29.035415.02-
YUV154.9681.1855.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 223 (87.5% from 255) = 64.08%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=15.23%
G=64.08%
B=20.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53223720.7600.680.13126.7172.6554.12
Hex35DF484C044D7f4936
Octal6533711011401041517711166
Binary110101110111111001000100110001000100110111111111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,223,72); }

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

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

 a { background-color: rgb(53,223,72); }

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

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

 span { border-color: rgb(53,223,72); }

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