Html Css Color HEX #31F345 Lime Green

📋 copy color: '#31F345'

red 49 ◦ green 243 ◦ blue 69

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

Shades of Lime Green #31F345

Tints of Lime Green #31F345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 13.57%
G = 67.31%
B = 19.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#31F345 (or 0x31F345) is known color: Lime Green. HEX triplet: 31, F3 and 45. RGB value is (49,243,69). Sum of RGB (Red+Green+Blue) = 49+243+69=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #31F345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F345 is #CE0CBA. Grayscale: #A5A5A5. Windows color (decimal): -13503675 or 4584241. OLE color: 4584241.

HSL color Cylindrical-coordinate representation of color #31F345: hue angle of 126.19º 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 #31F345 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 243 69 -
CMYK 0.80 0 0.72 0.05
HSL 126.19º 0.89% 0.57% -
HSV(B) 126.19º 0.8% 0.95% -
XYZ 34.39 65.18 16.4 -
YUV 165.16 73.73 45.15 -
System Red Green Blue C M Y K H S L
Decimal 49 243 69 0.80 0 0.72 0.05 126.19 0.89 0.57
Hex 31 F3 45 50 0 48 5 7E 59 39
Octal 61 363 105 120 0 110 5 176 131 71
Binary 110001 11110011 1000101 1010000 0 1001000 101 1111110 1011001 111001

Color Harmonies of #31F345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F345

Black with #31F345

Text Example


Text Example

White with #31F345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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