#33D141

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

Shades of Lime Green #33D141

Tints of Lime Green #33D141

Color information

#33D141 (or 0x33D141) is unknown color: approx Lime Green. HEX triplet: 33, D1 and 41. RGB value is (51,209,65). Sum of RGB (Red+Green+Blue) = 51+209+65=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 209 (82.03% from 255 or 64.31% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 209 - color contains mainly: green. Hex color #33D141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D141 is #CC2EBE. Grayscale: #919191. Windows color (decimal): -13381311 or 4313395. OLE color: 4313395.

HSL color Cylindrical-coordinate representation of color #33D141: hue angle of 125.32º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D141 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB5120965-
CMYK0.7600.690.18
HSL125.32º63.2%50.98%-
HSV(B)125.32º75.6%81.96%-
XYZ25.1246.6912.69-
YUV145.3482.6560.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 209 (82.03% from 255) = 64.31%
BLUE value IS 65 (25.78% from 255) = 20%
R=15.69%
G=64.31%
B=20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51209650.7600.690.18125.3263.250.98
Hex33D1414C045127d3f33
Octal633211011140105221757763
Binary110011110100011000001100110001000101100101111101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,209,65); }

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

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

 a { background-color: rgb(51,209,65); }

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

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

 span { border-color: rgb(51,209,65); }

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