Html Css Color HEX #21BC18 Lime Green

📋 copy color: '#21BC18'

red 33 ◦ green 188 ◦ blue 24

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

Shades of Lime Green #21BC18

Tints of Lime Green #21BC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 13.47%
G = 76.73%
B = 9.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#21BC18 (or 0x21BC18) is known color: Lime Green. HEX triplet: 21, BC and 18. RGB value is (33,188,24). Sum of RGB (Red+Green+Blue) = 33+188+24=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 188 (73.83% from 255 or 76.73% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC18 is #DE43E7. Grayscale: #7B7B7B. Windows color (decimal): -14566376 or 1621025. OLE color: 1621025.

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

Color convert

RGB 33 188 24 -
CMYK 0.82 0 0.87 0.26
HSL 116.71º 0.77% 0.42% -
HSV(B) 116.71º 0.87% 0.74% -
XYZ 18.78 36.36 6.89 -
YUV 122.96 72.15 63.84 -
System Red Green Blue C M Y K H S L
Decimal 33 188 24 0.82 0 0.87 0.26 116.71 0.77 0.42
Hex 21 BC 18 52 0 57 1A 75 4D 2A
Octal 41 274 30 122 0 127 32 165 115 52
Binary 100001 10111100 11000 1010010 0 1010111 11010 1110101 1001101 101010

Color Harmonies of #21BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC18

Black with #21BC18

Text Example


Text Example

White with #21BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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