Html Css Color HEX #31BE3A Lime Green

📋 copy color: '#31BE3A'

red 49 ◦ green 190 ◦ blue 58

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

Shades of Lime Green #31BE3A

Tints of Lime Green #31BE3A

RGB

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

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

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

R = 16.5%
G = 63.97%
B = 19.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#31BE3A (or 0x31BE3A) is known color: Lime Green. HEX triplet: 31, BE and 3A. RGB value is (49,190,58). Sum of RGB (Red+Green+Blue) = 49+190+58=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BE3A is #CE41C5. Grayscale: #858585. Windows color (decimal): -13517254 or 3849777. OLE color: 3849777.

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

Color convert

RGB 49 190 58 -
CMYK 0.74 0 0.69 0.25
HSL 123.83º 0.59% 0.47% -
HSV(B) 123.83º 0.74% 0.75% -
XYZ 20.44 37.79 10.22 -
YUV 132.79 85.79 68.23 -
System Red Green Blue C M Y K H S L
Decimal 49 190 58 0.74 0 0.69 0.25 123.83 0.59 0.47
Hex 31 BE 3A 4A 0 45 19 7C 3B 2F
Octal 61 276 72 112 0 105 31 174 73 57
Binary 110001 10111110 111010 1001010 0 1000101 11001 1111100 111011 101111

Color Harmonies of #31BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BE3A

Black with #31BE3A

Text Example


Text Example

White with #31BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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