Html Css Color HEX #31CA32 Lime Green

📋 copy color: '#31CA32'

red 49 ◦ green 202 ◦ blue 50

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

Shades of Lime Green #31CA32

Tints of Lime Green #31CA32

RGB

 RED value IS 49 (19.53% from 255) = 16.28%

 GREEN value IS 202 (79.3% from 255) = 67.11%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 16.28%
G = 67.11%
B = 16.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#31CA32 (or 0x31CA32) is known color: Lime Green. HEX triplet: 31, CA and 32. RGB value is (49,202,50). Sum of RGB (Red+Green+Blue) = 49+202+50=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CA32 is #CE35CD. Grayscale: #8B8B8B. Windows color (decimal): -13514190 or 3328561. OLE color: 3328561.

HSL color Cylindrical-coordinate representation of color #31CA32: hue angle of 120.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA32 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 202 50 -
CMYK 0.76 0 0.75 0.21
HSL 120.39º 0.61% 0.49% -
HSV(B) 120.39º 0.76% 0.79% -
XYZ 22.96 43.12 10.13 -
YUV 138.93 77.81 63.86 -
System Red Green Blue C M Y K H S L
Decimal 49 202 50 0.76 0 0.75 0.21 120.39 0.61 0.49
Hex 31 CA 32 4C 0 4B 15 78 3D 31
Octal 61 312 62 114 0 113 25 170 75 61
Binary 110001 11001010 110010 1001100 0 1001011 10101 1111000 111101 110001

Color Harmonies of #31CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CA32

Black with #31CA32

Text Example


Text Example

White with #31CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31CA32; }

 p { color: rgb(49,202,50); }

 H1.HeaderClassName
 {
   color: #31CA32;
 }
 .AnyTagClassName
 {
   color: #31CA32;
 }
</style>

background-color css

<style>
 a { background-color: #31CA32; }

 a { background-color: rgb(49,202,50); }

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

border-color css

<style>
 span { border-color: #31CA32; }

 span { border-color: rgb(49,202,50); }

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