Html Css Color HEX #21BC29 Lime Green

📋 copy color: '#21BC29'

red 33 ◦ green 188 ◦ blue 41

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

Shades of Lime Green #21BC29

Tints of Lime Green #21BC29

RGB

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

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

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

R = 12.6%
G = 71.76%
B = 15.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#21BC29 (or 0x21BC29) is known color: Lime Green. HEX triplet: 21, BC and 29. RGB value is (33,188,41). Sum of RGB (Red+Green+Blue) = 33+188+41=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC29 is #DE43D6. Grayscale: #7D7D7D. Windows color (decimal): -14566359 or 2735137. OLE color: 2735137.

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

Color convert

RGB 33 188 41 -
CMYK 0.82 0 0.78 0.26
HSL 123.1º 0.7% 0.43% -
HSV(B) 123.1º 0.82% 0.74% -
XYZ 19.01 36.45 8.13 -
YUV 124.9 80.65 62.45 -
System Red Green Blue C M Y K H S L
Decimal 33 188 41 0.82 0 0.78 0.26 123.1 0.7 0.43
Hex 21 BC 29 52 0 4E 1A 7B 46 2B
Octal 41 274 51 122 0 116 32 173 106 53
Binary 100001 10111100 101001 1010010 0 1001110 11010 1111011 1000110 101011

Color Harmonies of #21BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC29

Black with #21BC29

Text Example


Text Example

White with #21BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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