#35C03F

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

Shades of Lime Green #35C03F

Tints of Lime Green #35C03F

Color information

#35C03F (or 0x35C03F) is unknown color: approx Lime Green. HEX triplet: 35, C0 and 3F. RGB value is (53,192,63). Sum of RGB (Red+Green+Blue) = 53+192+63=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #35C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C03F is #CA3FC0. Grayscale: #888888. Windows color (decimal): -13254593 or 4177973. OLE color: 4177973.

HSL color Cylindrical-coordinate representation of color #35C03F: hue angle of 124.32º 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 #35C03F is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB5319263-
CMYK0.7200.670.25
HSL124.32º56.73%48.04%-
HSV(B)124.32º72.4%75.29%-
XYZ21.2238.8211.08-
YUV135.7386.9568.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 192 (75.39% from 255) = 62.34%
BLUE value IS 63 (25% from 255) = 20.45%
R=17.21%
G=62.34%
B=20.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53192630.7200.670.25124.3256.7348.04
Hex35C03F48043197c3930
Octal65300771100103311747160
Binary11010111000000111111100100001000011110011111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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