Html Css Color HEX #32F14C Lime Green

📋 copy color: '#32F14C'

red 50 ◦ green 241 ◦ blue 76

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

Shades of Lime Green #32F14C

Tints of Lime Green #32F14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 13.62%
G = 65.67%
B = 20.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#32F14C (or 0x32F14C) is known color: Lime Green. HEX triplet: 32, F1 and 4C. RGB value is (50,241,76). Sum of RGB (Red+Green+Blue) = 50+241+76=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #32F14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F14C is #CD0EB3. Grayscale: #A5A5A5. Windows color (decimal): -13438644 or 5042482. OLE color: 5042482.

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

Color convert

RGB 50 241 76 -
CMYK 0.79 0 0.68 0.05
HSL 128.17º 0.87% 0.57% -
HSV(B) 128.17º 0.79% 0.95% -
XYZ 34.08 64.11 17.42 -
YUV 165.08 77.72 45.92 -
System Red Green Blue C M Y K H S L
Decimal 50 241 76 0.79 0 0.68 0.05 128.17 0.87 0.57
Hex 32 F1 4C 4F 0 44 5 80 57 39
Octal 62 361 114 117 0 104 5 200 127 71
Binary 110010 11110001 1001100 1001111 0 1000100 101 10000000 1010111 111001

Color Harmonies of #32F14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F14C

Black with #32F14C

Text Example


Text Example

White with #32F14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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