Html Css Color HEX #31BF3E Lime Green

📋 copy color: '#31BF3E'

red 49 ◦ green 191 ◦ blue 62

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

Shades of Lime Green #31BF3E

Tints of Lime Green #31BF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 16.23%
G = 63.25%
B = 20.53%

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

#31BF3E (or 0x31BF3E) is known color: Lime Green. HEX triplet: 31, BF and 3E. RGB value is (49,191,62). Sum of RGB (Red+Green+Blue) = 49+191+62=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF3E is #CE40C1. Grayscale: #868686. Windows color (decimal): -13516994 or 4112177. OLE color: 4112177.

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

Color convert

RGB 49 191 62 -
CMYK 0.74 0 0.68 0.25
HSL 125.49º 0.59% 0.47% -
HSV(B) 125.49º 0.74% 0.75% -
XYZ 20.77 38.26 10.85 -
YUV 133.84 87.46 67.49 -
System Red Green Blue C M Y K H S L
Decimal 49 191 62 0.74 0 0.68 0.25 125.49 0.59 0.47
Hex 31 BF 3E 4A 0 44 19 7D 3B 2F
Octal 61 277 76 112 0 104 31 175 73 57
Binary 110001 10111111 111110 1001010 0 1000100 11001 1111101 111011 101111

Color Harmonies of #31BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BF3E

Black with #31BF3E

Text Example


Text Example

White with #31BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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