Html Css Color HEX #32F63D Lime Green

📋 copy color: '#32F63D'

red 50 ◦ green 246 ◦ blue 61

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

Shades of Lime Green #32F63D

Tints of Lime Green #32F63D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 68.91%

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 14.01%
G = 68.91%
B = 17.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#32F63D (or 0x32F63D) is known color: Lime Green. HEX triplet: 32, F6 and 3D. RGB value is (50,246,61). Sum of RGB (Red+Green+Blue) = 50+246+61=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 246 (96.48% from 255 or 68.91% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 246 - color contains mainly: green. Hex color #32F63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F63D is #CD09C2. Grayscale: #A6A6A6. Windows color (decimal): -13437379 or 4060722. OLE color: 4060722.

HSL color Cylindrical-coordinate representation of color #32F63D: hue angle of 123.37º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F63D is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 246 61 -
CMYK 0.80 0 0.75 0.04
HSL 123.37º 0.92% 0.58% -
HSV(B) 123.37º 0.8% 0.96% -
XYZ 35.11 66.93 15.48 -
YUV 166.31 68.57 45.04 -
System Red Green Blue C M Y K H S L
Decimal 50 246 61 0.80 0 0.75 0.04 123.37 0.92 0.58
Hex 32 F6 3D 50 0 4B 4 7B 5C 3A
Octal 62 366 75 120 0 113 4 173 134 72
Binary 110010 11110110 111101 1010000 0 1001011 100 1111011 1011100 111010

Color Harmonies of #32F63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F63D

Black with #32F63D

Text Example


Text Example

White with #32F63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,246,61); }

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

background-color css

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

 a { background-color: rgb(50,246,61); }

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

border-color css

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

 span { border-color: rgb(50,246,61); }

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