Html Css Color HEX #31BF24 Lime Green

📋 copy color: '#31BF24'

red 49 ◦ green 191 ◦ blue 36

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

Shades of Lime Green #31BF24

Tints of Lime Green #31BF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 17.75%
G = 69.2%
B = 13.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#31BF24 (or 0x31BF24) is known color: Lime Green. HEX triplet: 31, BF and 24. RGB value is (49,191,36). Sum of RGB (Red+Green+Blue) = 49+191+36=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF24 is #CE40DB. Grayscale: #838383. Windows color (decimal): -13517020 or 2408241. OLE color: 2408241.

HSL color Cylindrical-coordinate representation of color #31BF24: hue angle of 114.97º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BF24 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 191 36 -
CMYK 0.74 0 0.81 0.25
HSL 114.97º 0.68% 0.45% -
HSV(B) 114.97º 0.81% 0.75% -
XYZ 20.22 38.04 7.95 -
YUV 130.87 74.46 69.6 -
System Red Green Blue C M Y K H S L
Decimal 49 191 36 0.74 0 0.81 0.25 114.97 0.68 0.45
Hex 31 BF 24 4A 0 51 19 73 44 2D
Octal 61 277 44 112 0 121 31 163 104 55
Binary 110001 10111111 100100 1001010 0 1010001 11001 1110011 1000100 101101

Color Harmonies of #31BF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BF24

Black with #31BF24

Text Example


Text Example

White with #31BF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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