Html Css Color HEX #31CB38 Lime Green

📋 copy color: '#31CB38'

red 49 ◦ green 203 ◦ blue 56

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

Shades of Lime Green #31CB38

Tints of Lime Green #31CB38

RGB

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

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

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

R = 15.91%
G = 65.91%
B = 18.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#31CB38 (or 0x31CB38) is known color: Lime Green. HEX triplet: 31, CB and 38. RGB value is (49,203,56). Sum of RGB (Red+Green+Blue) = 49+203+56=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB38 is #CE34C7. Grayscale: #8C8C8C. Windows color (decimal): -13513928 or 3722033. OLE color: 3722033.

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

Color convert

RGB 49 203 56 -
CMYK 0.76 0 0.72 0.20
HSL 122.73º 0.61% 0.49% -
HSV(B) 122.73º 0.76% 0.8% -
XYZ 23.34 43.65 10.94 -
YUV 140.2 80.48 62.95 -
System Red Green Blue C M Y K H S L
Decimal 49 203 56 0.76 0 0.72 0.20 122.73 0.61 0.49
Hex 31 CB 38 4C 0 48 14 7B 3D 31
Octal 61 313 70 114 0 110 24 173 75 61
Binary 110001 11001011 111000 1001100 0 1001000 10100 1111011 111101 110001

Color Harmonies of #31CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CB38

Black with #31CB38

Text Example


Text Example

White with #31CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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