Html Css Color HEX #32C61F Lime Green

📋 copy color: '#32C61F'

red 50 ◦ green 198 ◦ blue 31

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

Shades of Lime Green #32C61F

Tints of Lime Green #32C61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 70.97%

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

R = 17.92%
G = 70.97%
B = 11.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#32C61F (or 0x32C61F) is known color: Lime Green. HEX triplet: 32, C6 and 1F. RGB value is (50,198,31). Sum of RGB (Red+Green+Blue) = 50+198+31=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 198 (77.73% from 255 or 70.97% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 198 - color contains mainly: green. Hex color #32C61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C61F is #CD39E0. Grayscale: #878787. Windows color (decimal): -13449697 or 2082354. OLE color: 2082354.

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

Color convert

RGB 50 198 31 -
CMYK 0.75 0 0.84 0.22
HSL 113.17º 0.73% 0.45% -
HSV(B) 113.17º 0.84% 0.78% -
XYZ 21.76 41.17 8.1 -
YUV 134.71 69.47 67.58 -
System Red Green Blue C M Y K H S L
Decimal 50 198 31 0.75 0 0.84 0.22 113.17 0.73 0.45
Hex 32 C6 1F 4B 0 54 16 71 49 2D
Octal 62 306 37 113 0 124 26 161 111 55
Binary 110010 11000110 11111 1001011 0 1010100 10110 1110001 1001001 101101

Color Harmonies of #32C61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C61F

Black with #32C61F

Text Example


Text Example

White with #32C61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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