Html Css Color HEX #31BF4B Lime Green

📋 copy color: '#31BF4B'

red 49 ◦ green 191 ◦ blue 75

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

Shades of Lime Green #31BF4B

Tints of Lime Green #31BF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 15.56%
G = 60.63%
B = 23.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#31BF4B (or 0x31BF4B) is known color: Lime Green. HEX triplet: 31, BF and 4B. RGB value is (49,191,75). Sum of RGB (Red+Green+Blue) = 49+191+75=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF4B is #CE40B4. Grayscale: #878787. Windows color (decimal): -13516981 or 4964145. OLE color: 4964145.

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

Color convert

RGB 49 191 75 -
CMYK 0.74 0 0.61 0.25
HSL 130.99º 0.59% 0.47% -
HSV(B) 130.99º 0.74% 0.75% -
XYZ 21.17 38.42 12.96 -
YUV 135.32 93.96 66.43 -
System Red Green Blue C M Y K H S L
Decimal 49 191 75 0.74 0 0.61 0.25 130.99 0.59 0.47
Hex 31 BF 4B 4A 0 3D 19 83 3B 2F
Octal 61 277 113 112 0 75 31 203 73 57
Binary 110001 10111111 1001011 1001010 0 111101 11001 10000011 111011 101111

Color Harmonies of #31BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BF4B

Black with #31BF4B

Text Example


Text Example

White with #31BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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