#35DF38

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

Shades of Lime Green #35DF38

Tints of Lime Green #35DF38

Color information

#35DF38 (or 0x35DF38) is unknown color: approx Lime Green. HEX triplet: 35, DF and 38. RGB value is (53,223,56). Sum of RGB (Red+Green+Blue) = 53+223+56=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 223 (87.5% from 255 or 67.17% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DF38 is #CA20C7. Grayscale: #999999. Windows color (decimal): -13246664 or 3727157. OLE color: 3727157.

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

Color convert

RGB5322356-
CMYK0.7600.750.13
HSL121.06º72.65%54.12%-
HSV(B)121.06º76.23%87.45%-
XYZ28.5753.8212.62-
YUV153.1373.1856.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 223 (87.5% from 255) = 67.17%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=15.96%
G=67.17%
B=16.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53223560.7600.750.13121.0672.6554.12
Hex35DF384C04BD794936
Octal653377011401131517111166
Binary11010111011111111000100110001001011110111110011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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