#35D645

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

Shades of Lime Green #35D645

Tints of Lime Green #35D645

Color information

#35D645 (or 0x35D645) is unknown color: approx Lime Green. HEX triplet: 35, D6 and 45. RGB value is (53,214,69). Sum of RGB (Red+Green+Blue) = 53+214+69=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #35D645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D645 is #CA29BA. Grayscale: #959595. Windows color (decimal): -13248955 or 4576821. OLE color: 4576821.

HSL color Cylindrical-coordinate representation of color #35D645: hue angle of 125.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D645 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB5321469-
CMYK0.7500.680.16
HSL125.96º66.26%52.35%-
HSV(B)125.96º75.23%83.92%-
XYZ26.5949.2813.74-
YUV149.3382.6659.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 214 (83.98% from 255) = 63.69%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=15.77%
G=63.69%
B=20.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53214690.7500.680.16125.9666.2652.35
Hex35D6454B044107e4234
Octal6532610511301042017610264
Binary1101011101011010001011001011010001001000011111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,214,69); }

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

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

 a { background-color: rgb(53,214,69); }

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

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

 span { border-color: rgb(53,214,69); }

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