Html Css Color HEX #32F04D Lime Green

📋 copy color: '#32F04D'

red 50 ◦ green 240 ◦ blue 77

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

Shades of Lime Green #32F04D

Tints of Lime Green #32F04D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.4%

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 13.62%
G = 65.4%
B = 20.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#32F04D (or 0x32F04D) is known color: Lime Green. HEX triplet: 32, F0 and 4D. RGB value is (50,240,77). Sum of RGB (Red+Green+Blue) = 50+240+77=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #32F04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F04D is #CD0FB2. Grayscale: #A5A5A5. Windows color (decimal): -13438899 or 5107762. OLE color: 5107762.

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

Color convert

RGB 50 240 77 -
CMYK 0.79 0 0.68 0.06
HSL 128.53º 0.86% 0.57% -
HSV(B) 128.53º 0.79% 0.94% -
XYZ 33.82 63.53 17.5 -
YUV 164.61 78.55 46.25 -
System Red Green Blue C M Y K H S L
Decimal 50 240 77 0.79 0 0.68 0.06 128.53 0.86 0.57
Hex 32 F0 4D 4F 0 44 6 81 56 39
Octal 62 360 115 117 0 104 6 201 126 71
Binary 110010 11110000 1001101 1001111 0 1000100 110 10000001 1010110 111001

Color Harmonies of #32F04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F04D

Black with #32F04D

Text Example


Text Example

White with #32F04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,240,77); }

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

background-color css

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

 a { background-color: rgb(50,240,77); }

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

border-color css

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

 span { border-color: rgb(50,240,77); }

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