#35C144

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

Shades of Lime Green #35C144

Tints of Lime Green #35C144

Color information

#35C144 (or 0x35C144) is unknown color: approx Lime Green. HEX triplet: 35, C1 and 44. RGB value is (53,193,68). Sum of RGB (Red+Green+Blue) = 53+193+68=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #35C144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C144 is #CA3EBB. Grayscale: #898989. Windows color (decimal): -13254332 or 4505909. OLE color: 4505909.

HSL color Cylindrical-coordinate representation of color #35C144: hue angle of 126.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C144 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB5319368-
CMYK0.7300.650.24
HSL126.43º56.91%48.24%-
HSV(B)126.43º72.54%75.69%-
XYZ21.5839.3111.92-
YUV136.8989.1268.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=16.88%
G=61.46%
B=21.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53193680.7300.650.24126.4356.9148.24
Hex35C14449041187e3930
Octal653011041110101301767160
Binary110101110000011000100100100101000001110001111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,193,68); }

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

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

 a { background-color: rgb(53,193,68); }

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

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

 span { border-color: rgb(53,193,68); }

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