Html Css Color HEX #31C038 Lime Green

📋 copy color: '#31C038'

red 49 ◦ green 192 ◦ blue 56

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

Shades of Lime Green #31C038

Tints of Lime Green #31C038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 16.5%
G = 64.65%
B = 18.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#31C038 (or 0x31C038) is known color: Lime Green. HEX triplet: 31, C0 and 38. RGB value is (49,192,56). Sum of RGB (Red+Green+Blue) = 49+192+56=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #31C038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C038 is #CE3FC7. Grayscale: #868686. Windows color (decimal): -13516744 or 3719217. OLE color: 3719217.

HSL color Cylindrical-coordinate representation of color #31C038: hue angle of 122.94º 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 #31C038 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 56 -
CMYK 0.74 0 0.71 0.25
HSL 122.94º 0.59% 0.47% -
HSV(B) 122.94º 0.74% 0.75% -
XYZ 20.83 38.64 10.1 -
YUV 133.74 84.12 67.56 -
System Red Green Blue C M Y K H S L
Decimal 49 192 56 0.74 0 0.71 0.25 122.94 0.59 0.47
Hex 31 C0 38 4A 0 47 19 7B 3B 2F
Octal 61 300 70 112 0 107 31 173 73 57
Binary 110001 11000000 111000 1001010 0 1000111 11001 1111011 111011 101111

Color Harmonies of #31C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C038

Black with #31C038

Text Example


Text Example

White with #31C038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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