Html Css Color HEX #31BA3C Lime Green

📋 copy color: '#31BA3C'

red 49 ◦ green 186 ◦ blue 60

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

Shades of Lime Green #31BA3C

Tints of Lime Green #31BA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.05%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 16.61%
G = 63.05%
B = 20.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#31BA3C (or 0x31BA3C) is known color: Lime Green. HEX triplet: 31, BA and 3C. RGB value is (49,186,60). Sum of RGB (Red+Green+Blue) = 49+186+60=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA3C is #CE45C3. Grayscale: #838383. Windows color (decimal): -13518276 or 3979825. OLE color: 3979825.

HSL color Cylindrical-coordinate representation of color #31BA3C: hue angle of 124.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA3C is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 186 60 -
CMYK 0.74 0 0.68 0.27
HSL 124.82º 0.58% 0.46% -
HSV(B) 124.82º 0.74% 0.73% -
XYZ 19.64 36.1 10.21 -
YUV 130.67 88.11 69.75 -
System Red Green Blue C M Y K H S L
Decimal 49 186 60 0.74 0 0.68 0.27 124.82 0.58 0.46
Hex 31 BA 3C 4A 0 44 1B 7D 3A 2E
Octal 61 272 74 112 0 104 33 175 72 56
Binary 110001 10111010 111100 1001010 0 1000100 11011 1111101 111010 101110

Color Harmonies of #31BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA3C

Black with #31BA3C

Text Example


Text Example

White with #31BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,186,60); }

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

background-color css

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

 a { background-color: rgb(49,186,60); }

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

border-color css

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

 span { border-color: rgb(49,186,60); }

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