Html Css Color HEX #32F12C Lime Green

📋 copy color: '#32F12C'

red 50 ◦ green 241 ◦ blue 44

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

Shades of Lime Green #32F12C

Tints of Lime Green #32F12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 14.93%
G = 71.94%
B = 13.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#32F12C (or 0x32F12C) is known color: Lime Green. HEX triplet: 32, F1 and 2C. RGB value is (50,241,44). Sum of RGB (Red+Green+Blue) = 50+241+44=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #32F12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F12C is #CD0ED3. Grayscale: #A2A2A2. Windows color (decimal): -13438676 or 2945330. OLE color: 2945330.

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

Color convert

RGB 50 241 44 -
CMYK 0.79 0 0.82 0.05
HSL 118.17º 0.88% 0.56% -
HSV(B) 118.17º 0.82% 0.95% -
XYZ 33.23 63.77 12.94 -
YUV 161.43 61.72 48.52 -
System Red Green Blue C M Y K H S L
Decimal 50 241 44 0.79 0 0.82 0.05 118.17 0.88 0.56
Hex 32 F1 2C 4F 0 52 5 76 58 38
Octal 62 361 54 117 0 122 5 166 130 70
Binary 110010 11110001 101100 1001111 0 1010010 101 1110110 1011000 111000

Color Harmonies of #32F12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F12C

Black with #32F12C

Text Example


Text Example

White with #32F12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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