Html Css Color HEX #31FD30 Lime Green

📋 copy color: '#31FD30'

red 49 ◦ green 253 ◦ blue 48

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

Shades of Lime Green #31FD30

Tints of Lime Green #31FD30

RGB

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

 GREEN value IS 253 (99.22% from 255) = 72.29%

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 14%
G = 72.29%
B = 13.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#31FD30 (or 0x31FD30) is known color: Lime Green. HEX triplet: 31, FD and 30. RGB value is (49,253,48). Sum of RGB (Red+Green+Blue) = 49+253+48=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #31FD30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FD30 is #CE02CF. Grayscale: #A9A9A9. Windows color (decimal): -13501136 or 3210545. OLE color: 3210545.

HSL color Cylindrical-coordinate representation of color #31FD30: hue angle of 119.71º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FD30 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 253 48 -
CMYK 0.81 0 0.81 0.01
HSL 119.71º 0.98% 0.59% -
HSV(B) 119.71º 0.81% 0.99% -
XYZ 36.93 71.12 14.58 -
YUV 168.63 59.91 42.67 -
System Red Green Blue C M Y K H S L
Decimal 49 253 48 0.81 0 0.81 0.01 119.71 0.98 0.59
Hex 31 FD 30 51 0 51 1 78 62 3B
Octal 61 375 60 121 0 121 1 170 142 73
Binary 110001 11111101 110000 1010001 0 1010001 1 1111000 1100010 111011

Color Harmonies of #31FD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FD30

Black with #31FD30

Text Example


Text Example

White with #31FD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,253,48); }

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

background-color css

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

 a { background-color: rgb(49,253,48); }

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

border-color css

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

 span { border-color: rgb(49,253,48); }

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