#21BF23

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

Shades of Lime Green #21BF23

Tints of Lime Green #21BF23

Color information

#21BF23 (or 0x21BF23) is unknown color: approx Lime Green. HEX triplet: 21, BF and 23. RGB value is (33,191,35). Sum of RGB (Red+Green+Blue) = 33+191+35=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 191 (75% from 255 or 73.75% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF23 is #DE40DC. Grayscale: #7E7E7E. Windows color (decimal): -14565597 or 2342689. OLE color: 2342689.

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

Color convert

RGB3319135-
CMYK0.8300.820.25
HSL120.76º70.54%43.92%-
HSV(B)120.76º82.72%74.9%-
XYZ19.5637.717.84-
YUV125.9776.6561.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 191 (75% from 255) = 73.75%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=12.74%
G=73.75%
B=13.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33191350.8300.820.25120.7670.5443.92
Hex21BF23530521979472c
Octal412774312301223117110754
Binary100001101111111000111010011010100101100111110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,191,35); }

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

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

 a { background-color: rgb(33,191,35); }

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

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

 span { border-color: rgb(33,191,35); }

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