#21BE39

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

Shades of Lime Green #21BE39

Tints of Lime Green #21BE39

Color information

#21BE39 (or 0x21BE39) is unknown color: approx Lime Green. HEX triplet: 21, BE and 39. RGB value is (33,190,57). Sum of RGB (Red+Green+Blue) = 33+190+57=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE39 is #DE41C6. Grayscale: #808080. Windows color (decimal): -14565831 or 3784225. OLE color: 3784225.

HSL color Cylindrical-coordinate representation of color #21BE39: hue angle of 129.17º 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 #21BE39 is Cyan = 0.83, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.25.

Color convert

RGB3319057-
CMYK0.8300.70.25
HSL129.17º70.4%43.73%-
HSV(B)129.17º82.63%74.51%-
XYZ19.7837.4510.06-
YUV127.987.9960.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 190 (74.61% from 255) = 67.86%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=11.79%
G=67.86%
B=20.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33190570.8300.70.25129.1770.443.73
Hex21BE39530461981462c
Octal412767112301063120110654
Binary1000011011111011100110100110100011011001100000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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