Html Css Color HEX #21EE2F Lime Green

📋 copy color: '#21EE2F'

red 33 ◦ green 238 ◦ blue 47

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

Shades of Lime Green #21EE2F

Tints of Lime Green #21EE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 10.38%
G = 74.84%
B = 14.78%

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

#21EE2F (or 0x21EE2F) is known color: Lime Green. HEX triplet: 21, EE and 2F. RGB value is (33,238,47). Sum of RGB (Red+Green+Blue) = 33+238+47=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 238 (93.36% from 255 or 74.84% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EE2F is #DE11D0. Grayscale: #9B9B9B. Windows color (decimal): -14553553 or 3141153. OLE color: 3141153.

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

Color convert

RGB 33 238 47 -
CMYK 0.86 0 0.80 0.07
HSL 124.1º 0.86% 0.53% -
HSV(B) 124.1º 0.86% 0.93% -
XYZ 31.71 61.68 12.92 -
YUV 154.93 67.08 41.03 -
System Red Green Blue C M Y K H S L
Decimal 33 238 47 0.86 0 0.80 0.07 124.1 0.86 0.53
Hex 21 EE 2F 56 0 50 7 7C 56 35
Octal 41 356 57 126 0 120 7 174 126 65
Binary 100001 11101110 101111 1010110 0 1010000 111 1111100 1010110 110101

Color Harmonies of #21EE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EE2F

Black with #21EE2F

Text Example


Text Example

White with #21EE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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