#35C229

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

Shades of Lime Green #35C229

Tints of Lime Green #35C229

Color information

#35C229 (or 0x35C229) is unknown color: approx Lime Green. HEX triplet: 35, C2 and 29. RGB value is (53,194,41). Sum of RGB (Red+Green+Blue) = 53+194+41=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 194 (76.17% from 255 or 67.36% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 194 - color contains mainly: green. Hex color #35C229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C229 is #CA3DD6. Grayscale: #868686. Windows color (decimal): -13254103 or 2736693. OLE color: 2736693.

HSL color Cylindrical-coordinate representation of color #35C229: hue angle of 115.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35C229 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB5319441-
CMYK0.7300.790.24
HSL115.29º65.11%46.08%-
HSV(B)115.29º78.87%76.08%-
XYZ21.1639.58.61-
YUV134.475.2969.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 194 (76.17% from 255) = 67.36%
BLUE value IS 41 (16.41% from 255) = 14.24%
R=18.40%
G=67.36%
B=14.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53194410.7300.790.24115.2965.1146.08
Hex35C2294904F1873412e
Octal653025111101173016310156
Binary110101110000101010011001001010011111100011100111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,194,41); }

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

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

 a { background-color: rgb(53,194,41); }

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

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

 span { border-color: rgb(53,194,41); }

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