Html Css Color HEX #21EC38 Lime Green

📋 copy color: '#21EC38'

red 33 ◦ green 236 ◦ blue 56

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

Shades of Lime Green #21EC38

Tints of Lime Green #21EC38

RGB

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

 GREEN value IS 236 (92.58% from 255) = 72.62%

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 10.15%
G = 72.62%
B = 17.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#21EC38 (or 0x21EC38) is known color: Lime Green. HEX triplet: 21, EC and 38. RGB value is (33,236,56). Sum of RGB (Red+Green+Blue) = 33+236+56=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EC38 is #DE13C7. Grayscale: #9B9B9B. Windows color (decimal): -14554056 or 3730465. OLE color: 3730465.

HSL color Cylindrical-coordinate representation of color #21EC38: hue angle of 126.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EC38 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 236 56 -
CMYK 0.86 0 0.76 0.07
HSL 126.8º 0.84% 0.53% -
HSV(B) 126.8º 0.86% 0.93% -
XYZ 31.34 60.6 13.79 -
YUV 154.78 72.25 41.14 -
System Red Green Blue C M Y K H S L
Decimal 33 236 56 0.86 0 0.76 0.07 126.8 0.84 0.53
Hex 21 EC 38 56 0 4C 7 7F 54 35
Octal 41 354 70 126 0 114 7 177 124 65
Binary 100001 11101100 111000 1010110 0 1001100 111 1111111 1010100 110101

Color Harmonies of #21EC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EC38

Black with #21EC38

Text Example


Text Example

White with #21EC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,236,56); }

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

background-color css

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

 a { background-color: rgb(33,236,56); }

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

border-color css

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

 span { border-color: rgb(33,236,56); }

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