Html Css Color HEX #31F340 Lime Green

📋 copy color: '#31F340'

red 49 ◦ green 243 ◦ blue 64

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

Shades of Lime Green #31F340

Tints of Lime Green #31F340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.26%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 13.76%
G = 68.26%
B = 17.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#31F340 (or 0x31F340) is known color: Lime Green. HEX triplet: 31, F3 and 40. RGB value is (49,243,64). Sum of RGB (Red+Green+Blue) = 49+243+64=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #31F340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F340 is #CE0CBF. Grayscale: #A5A5A5. Windows color (decimal): -13503680 or 4256561. OLE color: 4256561.

HSL color Cylindrical-coordinate representation of color #31F340: hue angle of 124.64º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F340 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 243 64 -
CMYK 0.80 0 0.74 0.05
HSL 124.64º 0.89% 0.57% -
HSV(B) 124.64º 0.8% 0.95% -
XYZ 34.24 65.12 15.62 -
YUV 164.59 71.23 45.55 -
System Red Green Blue C M Y K H S L
Decimal 49 243 64 0.80 0 0.74 0.05 124.64 0.89 0.57
Hex 31 F3 40 50 0 4A 5 7D 59 39
Octal 61 363 100 120 0 112 5 175 131 71
Binary 110001 11110011 1000000 1010000 0 1001010 101 1111101 1011001 111001

Color Harmonies of #31F340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F340

Black with #31F340

Text Example


Text Example

White with #31F340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,243,64); }

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

background-color css

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

 a { background-color: rgb(49,243,64); }

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

border-color css

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

 span { border-color: rgb(49,243,64); }

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