#35C038

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

Shades of Lime Green #35C038

Tints of Lime Green #35C038

Color information

#35C038 (or 0x35C038) is unknown color: approx Lime Green. HEX triplet: 35, C0 and 38. RGB value is (53,192,56). Sum of RGB (Red+Green+Blue) = 53+192+56=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #35C038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C038 is #CA3FC7. Grayscale: #878787. Windows color (decimal): -13254600 or 3719221. OLE color: 3719221.

HSL color Cylindrical-coordinate representation of color #35C038: hue angle of 121.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C038 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB5319256-
CMYK0.7200.710.25
HSL121.29º56.73%48.04%-
HSV(B)121.29º72.4%75.29%-
XYZ21.0338.7410.11-
YUV134.9483.4569.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 192 (75.39% from 255) = 63.79%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=17.61%
G=63.79%
B=18.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53192560.7200.710.25121.2956.7348.04
Hex35C0384804719793930
Octal65300701100107311717160
Binary11010111000000111000100100001000111110011111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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