Html Css Color HEX #21D83A Lime Green

📋 copy color: '#21D83A'

red 33 ◦ green 216 ◦ blue 58

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

Shades of Lime Green #21D83A

Tints of Lime Green #21D83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.36%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 10.75%
G = 70.36%
B = 18.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#21D83A (or 0x21D83A) is known color: Lime Green. HEX triplet: 21, D8 and 3A. RGB value is (33,216,58). Sum of RGB (Red+Green+Blue) = 33+216+58=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 216 (84.77% from 255 or 70.36% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 216 - color contains mainly: green. Hex color #21D83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D83A is #DE27C5. Grayscale: #8F8F8F. Windows color (decimal): -14559174 or 3856417. OLE color: 3856417.

HSL color Cylindrical-coordinate representation of color #21D83A: hue angle of 128.2º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D83A is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 216 58 -
CMYK 0.85 0 0.73 0.15
HSL 128.2º 0.73% 0.49% -
HSV(B) 128.2º 0.85% 0.85% -
XYZ 25.95 49.74 12.24 -
YUV 143.27 79.87 49.35 -
System Red Green Blue C M Y K H S L
Decimal 33 216 58 0.85 0 0.73 0.15 128.2 0.73 0.49
Hex 21 D8 3A 55 0 49 F 80 49 31
Octal 41 330 72 125 0 111 17 200 111 61
Binary 100001 11011000 111010 1010101 0 1001001 1111 10000000 1001001 110001

Color Harmonies of #21D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D83A

Black with #21D83A

Text Example


Text Example

White with #21D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,216,58); }

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

background-color css

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

 a { background-color: rgb(33,216,58); }

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

border-color css

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

 span { border-color: rgb(33,216,58); }

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