Html Css Color HEX #31EB25 Lime Green

📋 copy color: '#31EB25'

red 49 ◦ green 235 ◦ blue 37

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

Shades of Lime Green #31EB25

Tints of Lime Green #31EB25

RGB

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

 GREEN value IS 235 (92.19% from 255) = 73.21%

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 15.26%
G = 73.21%
B = 11.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#31EB25 (or 0x31EB25) is known color: Lime Green. HEX triplet: 31, EB and 25. RGB value is (49,235,37). Sum of RGB (Red+Green+Blue) = 49+235+37=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EB25 is #CE14DA. Grayscale: #9D9D9D. Windows color (decimal): -13505755 or 2485041. OLE color: 2485041.

HSL color Cylindrical-coordinate representation of color #31EB25: hue angle of 116.36º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31EB25 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 235 37 -
CMYK 0.79 0 0.84 0.08
HSL 116.36º 0.83% 0.53% -
HSV(B) 116.36º 0.84% 0.92% -
XYZ 31.31 60.2 11.72 -
YUV 156.81 60.38 51.1 -
System Red Green Blue C M Y K H S L
Decimal 49 235 37 0.79 0 0.84 0.08 116.36 0.83 0.53
Hex 31 EB 25 4F 0 54 8 74 53 35
Octal 61 353 45 117 0 124 10 164 123 65
Binary 110001 11101011 100101 1001111 0 1010100 1000 1110100 1010011 110101

Color Harmonies of #31EB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EB25

Black with #31EB25

Text Example


Text Example

White with #31EB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,235,37); }

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

background-color css

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

 a { background-color: rgb(49,235,37); }

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

border-color css

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

 span { border-color: rgb(49,235,37); }

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