Html Css Color HEX #31CB1C Lime Green

📋 copy color: '#31CB1C'

red 49 ◦ green 203 ◦ blue 28

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

Shades of Lime Green #31CB1C

Tints of Lime Green #31CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 72.5%

 BLUE value IS 28 (11.33% from 255) = 10%

R = 17.5%
G = 72.5%
B = 10%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#31CB1C (or 0x31CB1C) is known color: Lime Green. HEX triplet: 31, CB and 1C. RGB value is (49,203,28). Sum of RGB (Red+Green+Blue) = 49+203+28=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 203 (79.69% from 255 or 72.5% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB1C is #CE34E3. Grayscale: #898989. Windows color (decimal): -13513956 or 1887025. OLE color: 1887025.

HSL color Cylindrical-coordinate representation of color #31CB1C: hue angle of 112.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31CB1C is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 203 28 -
CMYK 0.76 0 0.86 0.20
HSL 112.8º 0.76% 0.45% -
HSV(B) 112.8º 0.86% 0.8% -
XYZ 22.83 43.45 8.28 -
YUV 137 66.48 65.23 -
System Red Green Blue C M Y K H S L
Decimal 49 203 28 0.76 0 0.86 0.20 112.8 0.76 0.45
Hex 31 CB 1C 4C 0 56 14 71 4C 2D
Octal 61 313 34 114 0 126 24 161 114 55
Binary 110001 11001011 11100 1001100 0 1010110 10100 1110001 1001100 101101

Color Harmonies of #31CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CB1C

Black with #31CB1C

Text Example


Text Example

White with #31CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,203,28); }

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

background-color css

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

 a { background-color: rgb(49,203,28); }

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

border-color css

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

 span { border-color: rgb(49,203,28); }

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