Html Css Color HEX #21BD2A Lime Green

📋 copy color: '#21BD2A'

red 33 ◦ green 189 ◦ blue 42

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

Shades of Lime Green #21BD2A

Tints of Lime Green #21BD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 12.5%
G = 71.59%
B = 15.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#21BD2A (or 0x21BD2A) is known color: Lime Green. HEX triplet: 21, BD and 2A. RGB value is (33,189,42). Sum of RGB (Red+Green+Blue) = 33+189+42=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 189 (74.22% from 255 or 71.59% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD2A is #DE42D5. Grayscale: #7E7E7E. Windows color (decimal): -14566102 or 2800929. OLE color: 2800929.

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

Color convert

RGB 33 189 42 -
CMYK 0.83 0 0.78 0.26
HSL 123.46º 0.7% 0.44% -
HSV(B) 123.46º 0.83% 0.74% -
XYZ 19.24 36.89 8.3 -
YUV 125.6 80.82 61.95 -
System Red Green Blue C M Y K H S L
Decimal 33 189 42 0.83 0 0.78 0.26 123.46 0.7 0.44
Hex 21 BD 2A 53 0 4E 1A 7B 46 2C
Octal 41 275 52 123 0 116 32 173 106 54
Binary 100001 10111101 101010 1010011 0 1001110 11010 1111011 1000110 101100

Color Harmonies of #21BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD2A

Black with #21BD2A

Text Example


Text Example

White with #21BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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