#35B42E

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

Shades of Lime Green #35B42E

Tints of Lime Green #35B42E

Color information

#35B42E (or 0x35B42E) is unknown color: approx Lime Green. HEX triplet: 35, B4 and 2E. RGB value is (53,180,46). Sum of RGB (Red+Green+Blue) = 53+180+46=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 180 (70.70% from 255 or 64.52% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 180 - color contains mainly: green. Hex color #35B42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B42E is #CA4BD1. Grayscale: #7F7F7F. Windows color (decimal): -13257682 or 3060789. OLE color: 3060789.

HSL color Cylindrical-coordinate representation of color #35B42E: hue angle of 116.87º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B42E is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB5318046-
CMYK0.7100.740.29
HSL116.87º59.29%44.31%-
HSV(B)116.87º74.44%70.59%-
XYZ18.2833.68.11-
YUV126.7582.4275.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 180 (70.70% from 255) = 64.52%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=19.00%
G=64.52%
B=16.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53180460.7100.740.29116.8759.2944.31
Hex35B42E4704A1D753b2c
Octal65264561070112351657354
Binary11010110110100101110100011101001010111011110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,180,46); }

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

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

 a { background-color: rgb(53,180,46); }

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

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

 span { border-color: rgb(53,180,46); }

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