#33C130

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

Shades of Lime Green #33C130

Tints of Lime Green #33C130

Color information

#33C130 (or 0x33C130) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 30. RGB value is (51,193,48). Sum of RGB (Red+Green+Blue) = 51+193+48=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #33C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C130 is #CC3ECF. Grayscale: #868686. Windows color (decimal): -13385424 or 3195187. OLE color: 3195187.

HSL color Cylindrical-coordinate representation of color #33C130: hue angle of 118.76º 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 #33C130 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB5119348-
CMYK0.7400.750.24
HSL118.76º60.17%47.25%-
HSV(B)118.76º75.13%75.69%-
XYZ20.9739.069.23-
YUV134.0179.4668.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 193 (75.78% from 255) = 66.10%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=17.47%
G=66.10%
B=16.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51193480.7400.750.24118.7660.1747.25
Hex33C1304A04B18773c2f
Octal63301601120113301677457
Binary11001111000001110000100101001001011110001110111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33C130; }

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

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

<style>
 a { background-color: #33C130; }

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

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

<style>
 span { border-color: #33C130; }

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

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