#33B23D

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

Shades of Lime Green #33B23D

Tints of Lime Green #33B23D

Color information

#33B23D (or 0x33B23D) is unknown color: approx Lime Green. HEX triplet: 33, B2 and 3D. RGB value is (51,178,61). Sum of RGB (Red+Green+Blue) = 51+178+61=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 178 (69.92% from 255 or 61.38% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 178 - color contains mainly: green. Hex color #33B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B23D is #CC4DC2. Grayscale: #7F7F7F. Windows color (decimal): -13389251 or 4043315. OLE color: 4043315.

HSL color Cylindrical-coordinate representation of color #33B23D: hue angle of 124.72º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B23D is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB5117861-
CMYK0.7100.660.30
HSL124.72º55.46%44.9%-
HSV(B)124.72º71.35%69.8%-
XYZ18.1332.889.81-
YUV126.6990.9274.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 178 (69.92% from 255) = 61.38%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=17.59%
G=61.38%
B=21.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51178610.7100.660.30124.7255.4644.9
Hex33B23D470421E7d372d
Octal63262751070102361756755
Binary11001110110010111101100011101000010111101111101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,178,61); }

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

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

 a { background-color: rgb(51,178,61); }

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

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

 span { border-color: rgb(51,178,61); }

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