Html Css Color HEX #32F14F Lime Green

📋 copy color: '#32F14F'

red 50 ◦ green 241 ◦ blue 79

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

Shades of Lime Green #32F14F

Tints of Lime Green #32F14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 13.51%
G = 65.14%
B = 21.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#32F14F (or 0x32F14F) is known color: Lime Green. HEX triplet: 32, F1 and 4F. RGB value is (50,241,79). Sum of RGB (Red+Green+Blue) = 50+241+79=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #32F14F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F14F is #CD0EB0. Grayscale: #A5A5A5. Windows color (decimal): -13438641 or 5239090. OLE color: 5239090.

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

Color convert

RGB 50 241 79 -
CMYK 0.79 0 0.67 0.05
HSL 129.11º 0.87% 0.57% -
HSV(B) 129.11º 0.79% 0.95% -
XYZ 34.18 64.15 17.98 -
YUV 165.42 79.22 45.67 -
System Red Green Blue C M Y K H S L
Decimal 50 241 79 0.79 0 0.67 0.05 129.11 0.87 0.57
Hex 32 F1 4F 4F 0 43 5 81 57 39
Octal 62 361 117 117 0 103 5 201 127 71
Binary 110010 11110001 1001111 1001111 0 1000011 101 10000001 1010111 111001

Color Harmonies of #32F14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F14F

Black with #32F14F

Text Example


Text Example

White with #32F14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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