#35C02F

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

Shades of Lime Green #35C02F

Tints of Lime Green #35C02F

Color information

#35C02F (or 0x35C02F) is unknown color: approx Lime Green. HEX triplet: 35, C0 and 2F. RGB value is (53,192,47). Sum of RGB (Red+Green+Blue) = 53+192+47=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #35C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C02F is #CA3FD0. Grayscale: #868686. Windows color (decimal): -13254609 or 3129397. OLE color: 3129397.

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

Color convert

RGB5319247-
CMYK0.7200.760.25
HSL117.52º60.67%46.86%-
HSV(B)117.52º75.52%75.29%-
XYZ20.8338.669.05-
YUV133.9178.9570.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 192 (75.39% from 255) = 65.75%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=18.15%
G=65.75%
B=16.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53192470.7200.760.25117.5260.6746.86
Hex35C02F4804C19763d2f
Octal65300571100114311667557
Binary11010111000000101111100100001001100110011110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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