Html Css Color HEX #21BD2B Lime Green

📋 copy color: '#21BD2B'

red 33 ◦ green 189 ◦ blue 43

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

Shades of Lime Green #21BD2B

Tints of Lime Green #21BD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 12.45%
G = 71.32%
B = 16.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#21BD2B (or 0x21BD2B) is known color: Lime Green. HEX triplet: 21, BD and 2B. RGB value is (33,189,43). Sum of RGB (Red+Green+Blue) = 33+189+43=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD2B is #DE42D4. Grayscale: #7E7E7E. Windows color (decimal): -14566101 or 2866465. OLE color: 2866465.

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

Color convert

RGB 33 189 43 -
CMYK 0.83 0 0.77 0.26
HSL 123.85º 0.7% 0.44% -
HSV(B) 123.85º 0.83% 0.74% -
XYZ 19.26 36.89 8.39 -
YUV 125.71 81.32 61.87 -
System Red Green Blue C M Y K H S L
Decimal 33 189 43 0.83 0 0.77 0.26 123.85 0.7 0.44
Hex 21 BD 2B 53 0 4D 1A 7C 46 2C
Octal 41 275 53 123 0 115 32 174 106 54
Binary 100001 10111101 101011 1010011 0 1001101 11010 1111100 1000110 101100

Color Harmonies of #21BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD2B

Black with #21BD2B

Text Example


Text Example

White with #21BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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