Html Css Color HEX #21F132 Lime Green

📋 copy color: '#21F132'

red 33 ◦ green 241 ◦ blue 50

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

Shades of Lime Green #21F132

Tints of Lime Green #21F132

RGB

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

 GREEN value IS 241 (94.53% from 255) = 74.38%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 10.19%
G = 74.38%
B = 15.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#21F132 (or 0x21F132) is known color: Lime Green. HEX triplet: 21, F1 and 32. RGB value is (33,241,50). Sum of RGB (Red+Green+Blue) = 33+241+50=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #21F132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F132 is #DE0ECD. Grayscale: #9D9D9D. Windows color (decimal): -14552782 or 3338529. OLE color: 3338529.

HSL color Cylindrical-coordinate representation of color #21F132: hue angle of 124.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F132 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 241 50 -
CMYK 0.86 0 0.79 0.05
HSL 124.9º 0.88% 0.54% -
HSV(B) 124.9º 0.86% 0.95% -
XYZ 32.66 63.46 13.55 -
YUV 157.03 67.59 39.53 -
System Red Green Blue C M Y K H S L
Decimal 33 241 50 0.86 0 0.79 0.05 124.9 0.88 0.54
Hex 21 F1 32 56 0 4F 5 7D 58 36
Octal 41 361 62 126 0 117 5 175 130 66
Binary 100001 11110001 110010 1010110 0 1001111 101 1111101 1011000 110110

Color Harmonies of #21F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F132

Black with #21F132

Text Example


Text Example

White with #21F132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,241,50); }

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

background-color css

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

 a { background-color: rgb(33,241,50); }

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

border-color css

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

 span { border-color: rgb(33,241,50); }

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