Html Css Color HEX #31CA2C Lime Green

📋 copy color: '#31CA2C'

red 49 ◦ green 202 ◦ blue 44

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

Shades of Lime Green #31CA2C

Tints of Lime Green #31CA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 16.61%
G = 68.47%
B = 14.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#31CA2C (or 0x31CA2C) is known color: Lime Green. HEX triplet: 31, CA and 2C. RGB value is (49,202,44). Sum of RGB (Red+Green+Blue) = 49+202+44=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CA2C is #CE35D3. Grayscale: #8A8A8A. Windows color (decimal): -13514196 or 2935345. OLE color: 2935345.

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

Color convert

RGB 49 202 44 -
CMYK 0.76 0 0.78 0.21
HSL 118.1º 0.64% 0.48% -
HSV(B) 118.1º 0.78% 0.79% -
XYZ 22.84 43.08 9.49 -
YUV 138.24 74.81 64.35 -
System Red Green Blue C M Y K H S L
Decimal 49 202 44 0.76 0 0.78 0.21 118.1 0.64 0.48
Hex 31 CA 2C 4C 0 4E 15 76 40 30
Octal 61 312 54 114 0 116 25 166 100 60
Binary 110001 11001010 101100 1001100 0 1001110 10101 1110110 1000000 110000

Color Harmonies of #31CA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CA2C

Black with #31CA2C

Text Example


Text Example

White with #31CA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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