Html Css Color HEX #31E04B Lime Green

📋 copy color: '#31E04B'

red 49 ◦ green 224 ◦ blue 75

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

Shades of Lime Green #31E04B

Tints of Lime Green #31E04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.37%

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

R = 14.08%
G = 64.37%
B = 21.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#31E04B (or 0x31E04B) is known color: Lime Green. HEX triplet: 31, E0 and 4B. RGB value is (49,224,75). Sum of RGB (Red+Green+Blue) = 49+224+75=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #31E04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E04B is #CE1FB4. Grayscale: #9B9B9B. Windows color (decimal): -13508533 or 4972593. OLE color: 4972593.

HSL color Cylindrical-coordinate representation of color #31E04B: hue angle of 128.91º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E04B is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 224 75 -
CMYK 0.78 0 0.67 0.12
HSL 128.91º 0.74% 0.54% -
HSV(B) 128.91º 0.78% 0.88% -
XYZ 29.19 54.47 15.63 -
YUV 154.69 83.02 52.62 -
System Red Green Blue C M Y K H S L
Decimal 49 224 75 0.78 0 0.67 0.12 128.91 0.74 0.54
Hex 31 E0 4B 4E 0 43 C 81 4A 36
Octal 61 340 113 116 0 103 14 201 112 66
Binary 110001 11100000 1001011 1001110 0 1000011 1100 10000001 1001010 110110

Color Harmonies of #31E04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E04B

Black with #31E04B

Text Example


Text Example

White with #31E04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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