Html Css Color HEX #32C51F Lime Green

📋 copy color: '#32C51F'

red 50 ◦ green 197 ◦ blue 31

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

Shades of Lime Green #32C51F

Tints of Lime Green #32C51F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.86%

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 17.99%
G = 70.86%
B = 11.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#32C51F (or 0x32C51F) is known color: Lime Green. HEX triplet: 32, C5 and 1F. RGB value is (50,197,31). Sum of RGB (Red+Green+Blue) = 50+197+31=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 197 (77.34% from 255 or 70.86% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 197 - color contains mainly: green. Hex color #32C51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C51F is #CD3AE0. Grayscale: #868686. Windows color (decimal): -13449953 or 2082098. OLE color: 2082098.

HSL color Cylindrical-coordinate representation of color #32C51F: hue angle of 113.13º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32C51F is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 31 -
CMYK 0.75 0 0.84 0.23
HSL 113.13º 0.73% 0.45% -
HSV(B) 113.13º 0.84% 0.77% -
XYZ 21.53 40.71 8.02 -
YUV 134.12 69.8 68 -
System Red Green Blue C M Y K H S L
Decimal 50 197 31 0.75 0 0.84 0.23 113.13 0.73 0.45
Hex 32 C5 1F 4B 0 54 17 71 49 2D
Octal 62 305 37 113 0 124 27 161 111 55
Binary 110010 11000101 11111 1001011 0 1010100 10111 1110001 1001001 101101

Color Harmonies of #32C51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C51F

Black with #32C51F

Text Example


Text Example

White with #32C51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,197,31); }

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

background-color css

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

 a { background-color: rgb(50,197,31); }

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

border-color css

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

 span { border-color: rgb(50,197,31); }

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