Html Css Color HEX #31C04A Lime Green

📋 copy color: '#31C04A'

red 49 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #31C04A

Tints of Lime Green #31C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.95%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 15.56%
G = 60.95%
B = 23.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#31C04A (or 0x31C04A) is known color: Lime Green. HEX triplet: 31, C0 and 4A. RGB value is (49,192,74). Sum of RGB (Red+Green+Blue) = 49+192+74=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #31C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C04A is #CE3FB5. Grayscale: #888888. Windows color (decimal): -13516726 or 4898865. OLE color: 4898865.

HSL color Cylindrical-coordinate representation of color #31C04A: hue angle of 130.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C04A is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 74 -
CMYK 0.74 0 0.61 0.25
HSL 130.49º 0.59% 0.47% -
HSV(B) 130.49º 0.74% 0.75% -
XYZ 21.35 38.85 12.85 -
YUV 135.79 93.12 66.09 -
System Red Green Blue C M Y K H S L
Decimal 49 192 74 0.74 0 0.61 0.25 130.49 0.59 0.47
Hex 31 C0 4A 4A 0 3D 19 82 3B 2F
Octal 61 300 112 112 0 75 31 202 73 57
Binary 110001 11000000 1001010 1001010 0 111101 11001 10000010 111011 101111

Color Harmonies of #31C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C04A

Black with #31C04A

Text Example


Text Example

White with #31C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,192,74); }

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

background-color css

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

 a { background-color: rgb(49,192,74); }

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

border-color css

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

 span { border-color: rgb(49,192,74); }

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