Html Css Color HEX #31F023 Lime Green

📋 copy color: '#31F023'

red 49 ◦ green 240 ◦ blue 35

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

Shades of Lime Green #31F023

Tints of Lime Green #31F023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.8%

R = 15.12%
G = 74.07%
B = 10.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#31F023 (or 0x31F023) is known color: Lime Green. HEX triplet: 31, F0 and 23. RGB value is (49,240,35). Sum of RGB (Red+Green+Blue) = 49+240+35=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #31F023 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F023 is #CE0FDC. Grayscale: #A0A0A0. Windows color (decimal): -13504477 or 2355249. OLE color: 2355249.

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

Color convert

RGB 49 240 35 -
CMYK 0.80 0 0.85 0.06
HSL 115.9º 0.87% 0.54% -
HSV(B) 115.9º 0.85% 0.94% -
XYZ 32.73 63.09 12.04 -
YUV 159.52 57.72 49.17 -
System Red Green Blue C M Y K H S L
Decimal 49 240 35 0.80 0 0.85 0.06 115.9 0.87 0.54
Hex 31 F0 23 50 0 55 6 74 57 36
Octal 61 360 43 120 0 125 6 164 127 66
Binary 110001 11110000 100011 1010000 0 1010101 110 1110100 1010111 110110

Color Harmonies of #31F023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F023

Black with #31F023

Text Example


Text Example

White with #31F023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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