#35C230

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

Shades of Lime Green #35C230

Tints of Lime Green #35C230

Color information

#35C230 (or 0x35C230) is unknown color: approx Lime Green. HEX triplet: 35, C2 and 30. RGB value is (53,194,48). Sum of RGB (Red+Green+Blue) = 53+194+48=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #35C230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C230 is #CA3DCF. Grayscale: #878787. Windows color (decimal): -13254096 or 3195445. OLE color: 3195445.

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

Color convert

RGB5319448-
CMYK0.7300.750.24
HSL117.95º60.33%47.45%-
HSV(B)117.95º75.26%76.08%-
XYZ21.2939.559.31-
YUV135.278.7969.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 194 (76.17% from 255) = 65.76%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=17.97%
G=65.76%
B=16.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53194480.7300.750.24117.9560.3347.45
Hex35C2304904B18763c2f
Octal65302601110113301667457
Binary11010111000010110000100100101001011110001110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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