Html Css Color HEX #31EA3A Lime Green

📋 copy color: '#31EA3A'

red 49 ◦ green 234 ◦ blue 58

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

Shades of Lime Green #31EA3A

Tints of Lime Green #31EA3A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 68.62%

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 14.37%
G = 68.62%
B = 17.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#31EA3A (or 0x31EA3A) is known color: Lime Green. HEX triplet: 31, EA and 3A. RGB value is (49,234,58). Sum of RGB (Red+Green+Blue) = 49+234+58=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 234 (91.80% from 255 or 68.62% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA3A is #CE15C5. Grayscale: #9F9F9F. Windows color (decimal): -13505990 or 3861041. OLE color: 3861041.

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

Color convert

RGB 49 234 58 -
CMYK 0.79 0 0.75 0.08
HSL 122.92º 0.81% 0.55% -
HSV(B) 122.92º 0.79% 0.92% -
XYZ 31.45 59.8 13.89 -
YUV 158.62 71.21 49.81 -
System Red Green Blue C M Y K H S L
Decimal 49 234 58 0.79 0 0.75 0.08 122.92 0.81 0.55
Hex 31 EA 3A 4F 0 4B 8 7B 51 37
Octal 61 352 72 117 0 113 10 173 121 67
Binary 110001 11101010 111010 1001111 0 1001011 1000 1111011 1010001 110111

Color Harmonies of #31EA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EA3A

Black with #31EA3A

Text Example


Text Example

White with #31EA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,234,58); }

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

background-color css

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

 a { background-color: rgb(49,234,58); }

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

border-color css

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

 span { border-color: rgb(49,234,58); }

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