#33BD23

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

Shades of Lime Green #33BD23

Tints of Lime Green #33BD23

Color information

#33BD23 (or 0x33BD23) is unknown color: approx Lime Green. HEX triplet: 33, BD and 23. RGB value is (51,189,35). Sum of RGB (Red+Green+Blue) = 51+189+35=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD23 is #CC42DC. Grayscale: #828282. Windows color (decimal): -13386461 or 2342195. OLE color: 2342195.

HSL color Cylindrical-coordinate representation of color #33BD23: hue angle of 113.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33BD23 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB5118935-
CMYK0.7300.810.26
HSL113.77º68.75%43.92%-
HSV(B)113.77º81.48%74.12%-
XYZ19.8737.227.73-
YUV130.1874.2871.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 189 (74.22% from 255) = 68.73%
BLUE value IS 35 (14.06% from 255) = 12.73%
R=18.55%
G=68.73%
B=12.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51189350.7300.810.26113.7768.7543.92
Hex33BD23490511A72452c
Octal632754311101213216210554
Binary110011101111011000111001001010100011101011100101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,189,35); }

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

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

 a { background-color: rgb(51,189,35); }

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

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

 span { border-color: rgb(51,189,35); }

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