#35CA38

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

Shades of Lime Green #35CA38

Tints of Lime Green #35CA38

Color information

#35CA38 (or 0x35CA38) is unknown color: approx Lime Green. HEX triplet: 35, CA and 38. RGB value is (53,202,56). Sum of RGB (Red+Green+Blue) = 53+202+56=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA38 is #CA35C7. Grayscale: #8D8D8D. Windows color (decimal): -13252040 or 3721781. OLE color: 3721781.

HSL color Cylindrical-coordinate representation of color #35CA38: hue angle of 121.21º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CA38 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB5320256-
CMYK0.7400.720.21
HSL121.21º58.43%50%-
HSV(B)121.21º73.76%79.22%-
XYZ23.343.2810.87-
YUV140.880.1465.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 202 (79.30% from 255) = 64.95%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=17.04%
G=64.95%
B=18.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53202560.7400.720.21121.2158.4350
Hex35CA384A04815793a32
Octal65312701120110251717262
Binary11010111001010111000100101001001000101011111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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