#21af2b

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

Shades of Lime Green #21AF2B

Tints of Lime Green #21AF2B

Color information

#21AF2B (or 0x21AF2B) is unknown color: approx Lime Green. HEX triplet: 21, AF and 2B. RGB value is (33,175,43). Sum of RGB (Red+Green+Blue) = 33+175+43=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AF2B is #DE50D4. Grayscale: #757575. Windows color (decimal): -14569685 or 2862881. OLE color: 2862881.

HSL color Cylindrical-coordinate representation of color #21AF2B: hue angle of 124.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF2B is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB3317543-
CMYK0.8100.750.31
HSL124.23º68.27%40.78%-
HSV(B)124.23º81.14%68.63%-
XYZ16.3931.167.44-
YUV117.4985.9667.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 175 (68.75% from 255) = 69.72%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=13.15%
G=69.72%
B=17.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33175430.8100.750.31124.2368.2740.78
Hex21AF2B5104B1F7c4429
Octal412575312101133717410451
Binary100001101011111010111010001010010111111111111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21af2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,175,43); }

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

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

 a { background-color: rgb(33,175,43); }

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

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

 span { border-color: rgb(33,175,43); }

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