Html Css Color HEX #31EA3C Lime Green

📋 copy color: '#31EA3C'

red 49 ◦ green 234 ◦ blue 60

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

Shades of Lime Green #31EA3C

Tints of Lime Green #31EA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 14.29%
G = 68.22%
B = 17.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#31EA3C (or 0x31EA3C) is known color: Lime Green. HEX triplet: 31, EA and 3C. RGB value is (49,234,60). Sum of RGB (Red+Green+Blue) = 49+234+60=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA3C is #CE15C3. Grayscale: #9F9F9F. Windows color (decimal): -13505988 or 3992113. OLE color: 3992113.

HSL color Cylindrical-coordinate representation of color #31EA3C: hue angle of 123.57º 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 #31EA3C is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 234 60 -
CMYK 0.79 0 0.74 0.08
HSL 123.57º 0.81% 0.55% -
HSV(B) 123.57º 0.79% 0.92% -
XYZ 31.51 59.82 14.16 -
YUV 158.85 72.21 49.65 -
System Red Green Blue C M Y K H S L
Decimal 49 234 60 0.79 0 0.74 0.08 123.57 0.81 0.55
Hex 31 EA 3C 4F 0 4A 8 7C 51 37
Octal 61 352 74 117 0 112 10 174 121 67
Binary 110001 11101010 111100 1001111 0 1001010 1000 1111100 1010001 110111

Color Harmonies of #31EA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EA3C

Black with #31EA3C

Text Example


Text Example

White with #31EA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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