Html Css Color HEX #32F121 Lime Green

📋 copy color: '#32F121'

red 50 ◦ green 241 ◦ blue 33

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

Shades of Lime Green #32F121

Tints of Lime Green #32F121

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #32F121: hue angle of 115.1º 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 #32F121 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 241 33 -
CMYK 0.79 0 0.86 0.05
HSL 115.1º 0.88% 0.54% -
HSV(B) 115.1º 0.86% 0.95% -
XYZ 33.05 63.7 11.99 -
YUV 160.18 56.22 49.41 -
System Red Green Blue C M Y K H S L
Decimal 50 241 33 0.79 0 0.86 0.05 115.1 0.88 0.54
Hex 32 F1 21 4F 0 56 5 73 58 36
Octal 62 361 41 117 0 126 5 163 130 66
Binary 110010 11110001 100001 1001111 0 1010110 101 1110011 1011000 110110

Color Harmonies of #32F121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F121

Black with #32F121

Text Example


Text Example

White with #32F121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32F121; }

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

 H1.HeaderClassName
 {
   color: #32F121;
 }
 .AnyTagClassName
 {
   color: #32F121;
 }
</style>

background-color css

<style>
 a { background-color: #32F121; }

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

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

border-color css

<style>
 span { border-color: #32F121; }

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

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