Html Css Color HEX #21BD32 Lime Green

📋 copy color: '#21BD32'

red 33 ◦ green 189 ◦ blue 50

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

Shades of Lime Green #21BD32

Tints of Lime Green #21BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 69.49%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 12.13%
G = 69.49%
B = 18.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#21BD32 (or 0x21BD32) is known color: Lime Green. HEX triplet: 21, BD and 32. RGB value is (33,189,50). Sum of RGB (Red+Green+Blue) = 33+189+50=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD32 is #DE42CD. Grayscale: #7E7E7E. Windows color (decimal): -14566094 or 3325217. OLE color: 3325217.

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

Color convert

RGB 33 189 50 -
CMYK 0.83 0 0.74 0.26
HSL 126.54º 0.7% 0.44% -
HSV(B) 126.54º 0.83% 0.74% -
XYZ 19.4 36.95 9.13 -
YUV 126.51 84.82 61.3 -
System Red Green Blue C M Y K H S L
Decimal 33 189 50 0.83 0 0.74 0.26 126.54 0.7 0.44
Hex 21 BD 32 53 0 4A 1A 7F 46 2C
Octal 41 275 62 123 0 112 32 177 106 54
Binary 100001 10111101 110010 1010011 0 1001010 11010 1111111 1000110 101100

Color Harmonies of #21BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD32

Black with #21BD32

Text Example


Text Example

White with #21BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,189,50); }

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

background-color css

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

 a { background-color: rgb(33,189,50); }

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

border-color css

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

 span { border-color: rgb(33,189,50); }

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