#35C631

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

Shades of Lime Green #35C631

Tints of Lime Green #35C631

Color information

#35C631 (or 0x35C631) is unknown color: approx Lime Green. HEX triplet: 35, C6 and 31. RGB value is (53,198,49). Sum of RGB (Red+Green+Blue) = 53+198+49=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 198 (77.73% from 255 or 66% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 198 - color contains mainly: green. Hex color #35C631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C631 is #CA39CE. Grayscale: #8A8A8A. Windows color (decimal): -13253071 or 3262005. OLE color: 3262005.

HSL color Cylindrical-coordinate representation of color #35C631: hue angle of 118.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35C631 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB5319849-
CMYK0.7300.750.22
HSL118.39º60.32%48.43%-
HSV(B)118.39º75.25%77.65%-
XYZ22.2241.379.72-
YUV137.6677.9667.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 198 (77.73% from 255) = 66%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=17.67%
G=66%
B=16.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53198490.7300.750.22118.3960.3248.43
Hex35C6314904B16763c30
Octal65306611110113261667460
Binary11010111000110110001100100101001011101101110110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,198,49); }

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

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

 a { background-color: rgb(53,198,49); }

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

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

 span { border-color: rgb(53,198,49); }

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