Html Css Color HEX #21BA15 Lime Green

📋 copy color: '#21BA15'

red 33 ◦ green 186 ◦ blue 21

#21BA15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #21BA15

Tints of Lime Green #21BA15

RGB

 RED value IS 33 (13.28% from 255) = 13.75%

 GREEN value IS 186 (73.05% from 255) = 77.5%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 13.75%
G = 77.5%
B = 8.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#21BA15 (or 0x21BA15) is known color: Lime Green. HEX triplet: 21, BA and 15. RGB value is (33,186,21). Sum of RGB (Red+Green+Blue) = 33+186+21=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BA15 is #DE45EA. Grayscale: #797979. Windows color (decimal): -14566891 or 1423905. OLE color: 1423905.

HSL color Cylindrical-coordinate representation of color #21BA15: hue angle of 115.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21BA15 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 21 -
CMYK 0.82 0 0.89 0.27
HSL 115.64º 0.8% 0.41% -
HSV(B) 115.64º 0.89% 0.73% -
XYZ 18.32 35.5 6.6 -
YUV 121.44 71.31 64.92 -
System Red Green Blue C M Y K H S L
Decimal 33 186 21 0.82 0 0.89 0.27 115.64 0.8 0.41
Hex 21 BA 15 52 0 59 1B 74 50 29
Octal 41 272 25 122 0 131 33 164 120 51
Binary 100001 10111010 10101 1010010 0 1011001 11011 1110100 1010000 101001

Color Harmonies of #21BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA15

Black with #21BA15

Text Example


Text Example

White with #21BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,186,21); }

 H1.HeaderClassName
 {
   color: #21BA15;
 }
 .AnyTagClassName
 {
   color: #21BA15;
 }
</style>

background-color css

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

 a { background-color: rgb(33,186,21); }

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

border-color css

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

 span { border-color: rgb(33,186,21); }

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