Html Css Color HEX #32F14E Lime Green

📋 copy color: '#32F14E'

red 50 ◦ green 241 ◦ blue 78

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

Shades of Lime Green #32F14E

Tints of Lime Green #32F14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.14%

R = 13.55%
G = 65.31%
B = 21.14%

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

#32F14E (or 0x32F14E) is known color: Lime Green. HEX triplet: 32, F1 and 4E. RGB value is (50,241,78). Sum of RGB (Red+Green+Blue) = 50+241+78=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #32F14E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F14E is #CD0EB1. Grayscale: #A5A5A5. Windows color (decimal): -13438642 or 5173554. OLE color: 5173554.

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

Color convert

RGB 50 241 78 -
CMYK 0.79 0 0.68 0.05
HSL 128.8º 0.87% 0.57% -
HSV(B) 128.8º 0.79% 0.95% -
XYZ 34.15 64.14 17.79 -
YUV 165.31 78.72 45.75 -
System Red Green Blue C M Y K H S L
Decimal 50 241 78 0.79 0 0.68 0.05 128.8 0.87 0.57
Hex 32 F1 4E 4F 0 44 5 81 57 39
Octal 62 361 116 117 0 104 5 201 127 71
Binary 110010 11110001 1001110 1001111 0 1000100 101 10000001 1010111 111001

Color Harmonies of #32F14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F14E

Black with #32F14E

Text Example


Text Example

White with #32F14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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