Html Css Color HEX #31BF3D Lime Green

📋 copy color: '#31BF3D'

red 49 ◦ green 191 ◦ blue 61

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

Shades of Lime Green #31BF3D

Tints of Lime Green #31BF3D

RGB

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

 GREEN value IS 191 (75% from 255) = 63.46%

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

R = 16.28%
G = 63.46%
B = 20.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#31BF3D (or 0x31BF3D) is known color: Lime Green. HEX triplet: 31, BF and 3D. RGB value is (49,191,61). Sum of RGB (Red+Green+Blue) = 49+191+61=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF3D is #CE40C2. Grayscale: #868686. Windows color (decimal): -13516995 or 4046641. OLE color: 4046641.

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

Color convert

RGB 49 191 61 -
CMYK 0.74 0 0.68 0.25
HSL 125.07º 0.59% 0.47% -
HSV(B) 125.07º 0.74% 0.75% -
XYZ 20.74 38.25 10.71 -
YUV 133.72 86.96 67.57 -
System Red Green Blue C M Y K H S L
Decimal 49 191 61 0.74 0 0.68 0.25 125.07 0.59 0.47
Hex 31 BF 3D 4A 0 44 19 7D 3B 2F
Octal 61 277 75 112 0 104 31 175 73 57
Binary 110001 10111111 111101 1001010 0 1000100 11001 1111101 111011 101111

Color Harmonies of #31BF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BF3D

Black with #31BF3D

Text Example


Text Example

White with #31BF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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