Html Css Color HEX #21EC30 Lime Green

📋 copy color: '#21EC30'

red 33 ◦ green 236 ◦ blue 48

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

Shades of Lime Green #21EC30

Tints of Lime Green #21EC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 10.41%
G = 74.45%
B = 15.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#21EC30 (or 0x21EC30) is known color: Lime Green. HEX triplet: 21, EC and 30. RGB value is (33,236,48). Sum of RGB (Red+Green+Blue) = 33+236+48=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EC30 is #DE13CF. Grayscale: #9A9A9A. Windows color (decimal): -14554064 or 3206177. OLE color: 3206177.

HSL color Cylindrical-coordinate representation of color #21EC30: hue angle of 124.43º 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 #21EC30 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 236 48 -
CMYK 0.86 0 0.80 0.07
HSL 124.43º 0.84% 0.53% -
HSV(B) 124.43º 0.86% 0.93% -
XYZ 31.16 60.53 12.84 -
YUV 153.87 68.25 41.79 -
System Red Green Blue C M Y K H S L
Decimal 33 236 48 0.86 0 0.80 0.07 124.43 0.84 0.53
Hex 21 EC 30 56 0 50 7 7C 54 35
Octal 41 354 60 126 0 120 7 174 124 65
Binary 100001 11101100 110000 1010110 0 1010000 111 1111100 1010100 110101

Color Harmonies of #21EC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EC30

Black with #21EC30

Text Example


Text Example

White with #21EC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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