Html Css Color HEX #21BA29 Lime Green

📋 copy color: '#21BA29'

red 33 ◦ green 186 ◦ blue 41

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

Shades of Lime Green #21BA29

Tints of Lime Green #21BA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 12.69%
G = 71.54%
B = 15.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#21BA29 (or 0x21BA29) is known color: Lime Green. HEX triplet: 21, BA and 29. RGB value is (33,186,41). Sum of RGB (Red+Green+Blue) = 33+186+41=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA29 is #DE45D6. Grayscale: #7C7C7C. Windows color (decimal): -14566871 or 2734625. OLE color: 2734625.

HSL color Cylindrical-coordinate representation of color #21BA29: hue angle of 123.14º 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 #21BA29 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 41 -
CMYK 0.82 0 0.78 0.27
HSL 123.14º 0.7% 0.43% -
HSV(B) 123.14º 0.82% 0.73% -
XYZ 18.59 35.6 7.99 -
YUV 123.72 81.31 63.29 -
System Red Green Blue C M Y K H S L
Decimal 33 186 41 0.82 0 0.78 0.27 123.14 0.7 0.43
Hex 21 BA 29 52 0 4E 1B 7B 46 2B
Octal 41 272 51 122 0 116 33 173 106 53
Binary 100001 10111010 101001 1010010 0 1001110 11011 1111011 1000110 101011

Color Harmonies of #21BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA29

Black with #21BA29

Text Example


Text Example

White with #21BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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