#35B423

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

Shades of Lime Green #35B423

Tints of Lime Green #35B423

Color information

#35B423 (or 0x35B423) is unknown color: approx Lime Green. HEX triplet: 35, B4 and 23. RGB value is (53,180,35). Sum of RGB (Red+Green+Blue) = 53+180+35=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #35B423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B423 is #CA4BDC. Grayscale: #7D7D7D. Windows color (decimal): -13257693 or 2339893. OLE color: 2339893.

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

Color convert

RGB5318035-
CMYK0.7100.810.29
HSL112.55º67.44%42.16%-
HSV(B)112.55º80.56%70.59%-
XYZ18.0933.527.11-
YUV125.576.9276.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 180 (70.70% from 255) = 67.16%
BLUE value IS 35 (14.06% from 255) = 13.06%
R=19.78%
G=67.16%
B=13.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53180350.7100.810.29112.5567.4442.16
Hex35B423470511D71432a
Octal652644310701213516110352
Binary110101101101001000111000111010100011110111100011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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