Html Css Color HEX #21BE2B Lime Green

📋 copy color: '#21BE2B'

red 33 ◦ green 190 ◦ blue 43

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

Shades of Lime Green #21BE2B

Tints of Lime Green #21BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 71.43%

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

R = 12.41%
G = 71.43%
B = 16.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#21BE2B (or 0x21BE2B) is known color: Lime Green. HEX triplet: 21, BE and 2B. RGB value is (33,190,43). Sum of RGB (Red+Green+Blue) = 33+190+43=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE2B is #DE41D4. Grayscale: #7E7E7E. Windows color (decimal): -14565845 or 2866721. OLE color: 2866721.

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

Color convert

RGB 33 190 43 -
CMYK 0.83 0 0.77 0.25
HSL 123.82º 0.7% 0.44% -
HSV(B) 123.82º 0.83% 0.75% -
XYZ 19.48 37.32 8.46 -
YUV 126.3 80.99 61.45 -
System Red Green Blue C M Y K H S L
Decimal 33 190 43 0.83 0 0.77 0.25 123.82 0.7 0.44
Hex 21 BE 2B 53 0 4D 19 7C 46 2C
Octal 41 276 53 123 0 115 31 174 106 54
Binary 100001 10111110 101011 1010011 0 1001101 11001 1111100 1000110 101100

Color Harmonies of #21BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BE2B

Black with #21BE2B

Text Example


Text Example

White with #21BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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