Html Css Color HEX #31BE2B Lime Green

📋 copy color: '#31BE2B'

red 49 ◦ green 190 ◦ blue 43

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

Shades of Lime Green #31BE2B

Tints of Lime Green #31BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.38%

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 17.38%
G = 67.38%
B = 15.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#31BE2B (or 0x31BE2B) is known color: Lime Green. HEX triplet: 31, BE and 2B. RGB value is (49,190,43). Sum of RGB (Red+Green+Blue) = 49+190+43=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 190 (74.61% from 255 or 67.38% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BE2B is #CE41D4. Grayscale: #838383. Windows color (decimal): -13517269 or 2866737. OLE color: 2866737.

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

Color convert

RGB 49 190 43 -
CMYK 0.74 0 0.77 0.25
HSL 117.55º 0.63% 0.46% -
HSV(B) 117.55º 0.77% 0.75% -
XYZ 20.12 37.65 8.49 -
YUV 131.08 78.29 69.45 -
System Red Green Blue C M Y K H S L
Decimal 49 190 43 0.74 0 0.77 0.25 117.55 0.63 0.46
Hex 31 BE 2B 4A 0 4D 19 76 3F 2E
Octal 61 276 53 112 0 115 31 166 77 56
Binary 110001 10111110 101011 1001010 0 1001101 11001 1110110 111111 101110

Color Harmonies of #31BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BE2B

Black with #31BE2B

Text Example


Text Example

White with #31BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,190,43); }

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

background-color css

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

 a { background-color: rgb(49,190,43); }

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

border-color css

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

 span { border-color: rgb(49,190,43); }

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