Html Css Color HEX #31FF3D Lime Green

📋 copy color: '#31FF3D'

red 49 ◦ green 255 ◦ blue 61

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

Shades of Lime Green #31FF3D

Tints of Lime Green #31FF3D

RGB

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

 GREEN value IS 255 (100% from 255) = 69.86%

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 13.42%
G = 69.86%
B = 16.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#31FF3D (or 0x31FF3D) is known color: Lime Green. HEX triplet: 31, FF and 3D. RGB value is (49,255,61). Sum of RGB (Red+Green+Blue) = 49+255+61=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF3D is #CE00C2. Grayscale: #ABABAB. Windows color (decimal): -13500611 or 4063025. OLE color: 4063025.

HSL color Cylindrical-coordinate representation of color #31FF3D: hue angle of 123.5º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF3D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 49 255 61 -
CMYK 0.81 0 0.76 0
HSL 123.5º 1% 0.6% -
HSV(B) 123.5º 0.81% 1% -
XYZ 37.87 72.51 16.41 -
YUV 171.29 65.75 40.77 -
System Red Green Blue C M Y K H S L
Decimal 49 255 61 0.81 0 0.76 0 123.5 1 0.6
Hex 31 FF 3D 51 0 4C 0 7B 64 3C
Octal 61 377 75 121 0 114 0 173 144 74
Binary 110001 11111111 111101 1010001 0 1001100 0 1111011 1100100 111100

Color Harmonies of #31FF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FF3D

Black with #31FF3D

Text Example


Text Example

White with #31FF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,255,61); }

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

background-color css

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

 a { background-color: rgb(49,255,61); }

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

border-color css

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

 span { border-color: rgb(49,255,61); }

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