Html Css Color HEX #31C035 Lime Green

📋 copy color: '#31C035'

red 49 ◦ green 192 ◦ blue 53

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

Shades of Lime Green #31C035

Tints of Lime Green #31C035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 16.67%
G = 65.31%
B = 18.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#31C035 (or 0x31C035) is known color: Lime Green. HEX triplet: 31, C0 and 35. RGB value is (49,192,53). Sum of RGB (Red+Green+Blue) = 49+192+53=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #31C035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C035 is #CE3FCA. Grayscale: #858585. Windows color (decimal): -13516747 or 3522609. OLE color: 3522609.

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

Color convert

RGB 49 192 53 -
CMYK 0.74 0 0.72 0.25
HSL 121.68º 0.59% 0.47% -
HSV(B) 121.68º 0.74% 0.75% -
XYZ 20.76 38.61 9.73 -
YUV 133.4 82.62 67.8 -
System Red Green Blue C M Y K H S L
Decimal 49 192 53 0.74 0 0.72 0.25 121.68 0.59 0.47
Hex 31 C0 35 4A 0 48 19 7A 3B 2F
Octal 61 300 65 112 0 110 31 172 73 57
Binary 110001 11000000 110101 1001010 0 1001000 11001 1111010 111011 101111

Color Harmonies of #31C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C035

Black with #31C035

Text Example


Text Example

White with #31C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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