Html Css Color HEX #21BC15 Lime Green

📋 copy color: '#21BC15'

red 33 ◦ green 188 ◦ blue 21

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

Shades of Lime Green #21BC15

Tints of Lime Green #21BC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 77.69%

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

R = 13.64%
G = 77.69%
B = 8.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#21BC15 (or 0x21BC15) is known color: Lime Green. HEX triplet: 21, BC and 15. RGB value is (33,188,21). Sum of RGB (Red+Green+Blue) = 33+188+21=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC15 is #DE43EA. Grayscale: #7B7B7B. Windows color (decimal): -14566379 or 1424417. OLE color: 1424417.

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

Color convert

RGB 33 188 21 -
CMYK 0.82 0 0.89 0.26
HSL 115.69º 0.8% 0.41% -
HSV(B) 115.69º 0.89% 0.74% -
XYZ 18.75 36.34 6.74 -
YUV 122.62 70.65 64.08 -
System Red Green Blue C M Y K H S L
Decimal 33 188 21 0.82 0 0.89 0.26 115.69 0.8 0.41
Hex 21 BC 15 52 0 59 1A 74 50 29
Octal 41 274 25 122 0 131 32 164 120 51
Binary 100001 10111100 10101 1010010 0 1011001 11010 1110100 1010000 101001

Color Harmonies of #21BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC15

Black with #21BC15

Text Example


Text Example

White with #21BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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