Html Css Color HEX #21EE30 Lime Green

📋 copy color: '#21EE30'

red 33 ◦ green 238 ◦ blue 48

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

Shades of Lime Green #21EE30

Tints of Lime Green #21EE30

RGB

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

 GREEN value IS 238 (93.36% from 255) = 74.61%

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

R = 10.34%
G = 74.61%
B = 15.05%

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

#21EE30 (or 0x21EE30) is known color: Lime Green. HEX triplet: 21, EE and 30. RGB value is (33,238,48). Sum of RGB (Red+Green+Blue) = 33+238+48=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 238 (93.36% from 255 or 74.61% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EE30 is #DE11CF. Grayscale: #9B9B9B. Windows color (decimal): -14553552 or 3206689. OLE color: 3206689.

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

Color convert

RGB 33 238 48 -
CMYK 0.86 0 0.80 0.07
HSL 124.39º 0.86% 0.53% -
HSV(B) 124.39º 0.86% 0.93% -
XYZ 31.74 61.69 13.03 -
YUV 155.05 67.58 40.95 -
System Red Green Blue C M Y K H S L
Decimal 33 238 48 0.86 0 0.80 0.07 124.39 0.86 0.53
Hex 21 EE 30 56 0 50 7 7C 56 35
Octal 41 356 60 126 0 120 7 174 126 65
Binary 100001 11101110 110000 1010110 0 1010000 111 1111100 1010110 110101

Color Harmonies of #21EE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EE30

Black with #21EE30

Text Example


Text Example

White with #21EE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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