Html Css Color HEX #21BA0F Lime Green

📋 copy color: '#21BA0F'

red 33 ◦ green 186 ◦ blue 15

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

Shades of Lime Green #21BA0F

Tints of Lime Green #21BA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 14.1%
G = 79.49%
B = 6.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#21BA0F (or 0x21BA0F) is known color: Lime Green. HEX triplet: 21, BA and 0F. RGB value is (33,186,15). Sum of RGB (Red+Green+Blue) = 33+186+15=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BA0F is #DE45F0. Grayscale: #797979. Windows color (decimal): -14566897 or 1030689. OLE color: 1030689.

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

Color convert

RGB 33 186 15 -
CMYK 0.82 0 0.92 0.27
HSL 113.68º 0.85% 0.39% -
HSV(B) 113.68º 0.92% 0.73% -
XYZ 18.27 35.48 6.34 -
YUV 120.76 68.31 65.4 -
System Red Green Blue C M Y K H S L
Decimal 33 186 15 0.82 0 0.92 0.27 113.68 0.85 0.39
Hex 21 BA F 52 0 5C 1B 72 55 27
Octal 41 272 17 122 0 134 33 162 125 47
Binary 100001 10111010 1111 1010010 0 1011100 11011 1110010 1010101 100111

Color Harmonies of #21BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA0F

Black with #21BA0F

Text Example


Text Example

White with #21BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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