Html Css Color HEX #31F029 Lime Green

📋 copy color: '#31F029'

red 49 ◦ green 240 ◦ blue 41

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

Shades of Lime Green #31F029

Tints of Lime Green #31F029

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.73%

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 14.85%
G = 72.73%
B = 12.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#31F029 (or 0x31F029) is known color: Lime Green. HEX triplet: 31, F0 and 29. RGB value is (49,240,41). Sum of RGB (Red+Green+Blue) = 49+240+41=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #31F029 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F029 is #CE0FD6. Grayscale: #A0A0A0. Windows color (decimal): -13504471 or 2748465. OLE color: 2748465.

HSL color Cylindrical-coordinate representation of color #31F029: hue angle of 117.59º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31F029 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 41 -
CMYK 0.80 0 0.83 0.06
HSL 117.59º 0.87% 0.55% -
HSV(B) 117.59º 0.83% 0.94% -
XYZ 32.83 63.13 12.55 -
YUV 160.21 60.72 48.68 -
System Red Green Blue C M Y K H S L
Decimal 49 240 41 0.80 0 0.83 0.06 117.59 0.87 0.55
Hex 31 F0 29 50 0 53 6 76 57 37
Octal 61 360 51 120 0 123 6 166 127 67
Binary 110001 11110000 101001 1010000 0 1010011 110 1110110 1010111 110111

Color Harmonies of #31F029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F029

Black with #31F029

Text Example


Text Example

White with #31F029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,240,41); }

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

background-color css

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

 a { background-color: rgb(49,240,41); }

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

border-color css

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

 span { border-color: rgb(49,240,41); }

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