#33B23F

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

Shades of Lime Green #33B23F

Tints of Lime Green #33B23F

Color information

#33B23F (or 0x33B23F) is unknown color: approx Lime Green. HEX triplet: 33, B2 and 3F. RGB value is (51,178,63). Sum of RGB (Red+Green+Blue) = 51+178+63=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 178 (69.92% from 255 or 60.96% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 178 - color contains mainly: green. Hex color #33B23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B23F is #CC4DC0. Grayscale: #7F7F7F. Windows color (decimal): -13389249 or 4174387. OLE color: 4174387.

HSL color Cylindrical-coordinate representation of color #33B23F: hue angle of 125.67º 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 #33B23F is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB5117863-
CMYK0.7100.650.30
HSL125.67º55.46%44.9%-
HSV(B)125.67º71.35%69.8%-
XYZ18.1832.910.1-
YUV126.9291.9273.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 178 (69.92% from 255) = 60.96%
BLUE value IS 63 (25% from 255) = 21.58%
R=17.47%
G=60.96%
B=21.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51178630.7100.650.30125.6755.4644.9
Hex33B23F470411E7e372d
Octal63262771070101361766755
Binary11001110110010111111100011101000001111101111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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