Html Css Color HEX #21BA2C Lime Green

📋 copy color: '#21BA2C'

red 33 ◦ green 186 ◦ blue 44

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

Shades of Lime Green #21BA2C

Tints of Lime Green #21BA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 12.55%
G = 70.72%
B = 16.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#21BA2C (or 0x21BA2C) is known color: Lime Green. HEX triplet: 21, BA and 2C. RGB value is (33,186,44). Sum of RGB (Red+Green+Blue) = 33+186+44=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA2C is #DE45D3. Grayscale: #7C7C7C. Windows color (decimal): -14566868 or 2931233. OLE color: 2931233.

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

Color convert

RGB 33 186 44 -
CMYK 0.82 0 0.76 0.27
HSL 124.31º 0.7% 0.43% -
HSV(B) 124.31º 0.82% 0.73% -
XYZ 18.64 35.62 8.28 -
YUV 124.07 82.81 63.05 -
System Red Green Blue C M Y K H S L
Decimal 33 186 44 0.82 0 0.76 0.27 124.31 0.7 0.43
Hex 21 BA 2C 52 0 4C 1B 7C 46 2B
Octal 41 272 54 122 0 114 33 174 106 53
Binary 100001 10111010 101100 1010010 0 1001100 11011 1111100 1000110 101011

Color Harmonies of #21BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA2C

Black with #21BA2C

Text Example


Text Example

White with #21BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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