#35D92A

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

Shades of Lime Green #35D92A

Tints of Lime Green #35D92A

Color information

#35D92A (or 0x35D92A) is unknown color: approx Lime Green. HEX triplet: 35, D9 and 2A. RGB value is (53,217,42). Sum of RGB (Red+Green+Blue) = 53+217+42=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #35D92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D92A is #CA26D5. Grayscale: #949494. Windows color (decimal): -13248214 or 2808117. OLE color: 2808117.

HSL color Cylindrical-coordinate representation of color #35D92A: hue angle of 116.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35D92A is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB5321742-
CMYK0.7600.810.15
HSL116.23º69.72%50.78%-
HSV(B)116.23º80.65%85.1%-
XYZ26.750.5510.54-
YUV148.0168.1760.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 217 (85.16% from 255) = 69.55%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=16.99%
G=69.55%
B=13.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53217420.7600.810.15116.2369.7250.78
Hex35D92A4C051F744633
Octal653315211401211716410663
Binary11010111011001101010100110001010001111111101001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,217,42); }

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

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

 a { background-color: rgb(53,217,42); }

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

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

 span { border-color: rgb(53,217,42); }

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