#35C133

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

Shades of Lime Green #35C133

Tints of Lime Green #35C133

Color information

#35C133 (or 0x35C133) is unknown color: approx Lime Green. HEX triplet: 35, C1 and 33. RGB value is (53,193,51). Sum of RGB (Red+Green+Blue) = 53+193+51=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #35C133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C133 is #CA3ECC. Grayscale: #878787. Windows color (decimal): -13254349 or 3391797. OLE color: 3391797.

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

Color convert

RGB5319351-
CMYK0.7300.740.24
HSL119.15º58.2%47.84%-
HSV(B)119.15º73.58%75.69%-
XYZ21.1439.149.57-
YUV134.9580.6269.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 193 (75.78% from 255) = 64.98%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=17.85%
G=64.98%
B=17.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53193510.7300.740.24119.1558.247.84
Hex35C1334904A18773a30
Octal65301631110112301677260
Binary11010111000001110011100100101001010110001110111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,193,51); }

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

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

 a { background-color: rgb(53,193,51); }

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

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

 span { border-color: rgb(53,193,51); }

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