#21BE33

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

Shades of Lime Green #21BE33

Tints of Lime Green #21BE33

Color information

#21BE33 (or 0x21BE33) is unknown color: approx Lime Green. HEX triplet: 21, BE and 33. RGB value is (33,190,51). Sum of RGB (Red+Green+Blue) = 33+190+51=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 190 (74.61% from 255 or 69.34% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE33 is #DE41CC. Grayscale: #7F7F7F. Windows color (decimal): -14565837 or 3391009. OLE color: 3391009.

HSL color Cylindrical-coordinate representation of color #21BE33: hue angle of 126.88º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BE33 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB3319051-
CMYK0.8300.730.25
HSL126.88º70.4%43.73%-
HSV(B)126.88º82.63%74.51%-
XYZ19.6437.399.31-
YUV127.2184.9960.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 190 (74.61% from 255) = 69.34%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=12.04%
G=69.34%
B=18.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33190510.8300.730.25126.8870.443.73
Hex21BE3353049197f462c
Octal412766312301113117710654
Binary100001101111101100111010011010010011100111111111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21BE33; }

 p { color: rgb(33,190,51); }

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

<style>
 a { background-color: #21BE33; }

 a { background-color: rgb(33,190,51); }

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

<style>
 span { border-color: #21BE33; }

 span { border-color: rgb(33,190,51); }

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