Html Css Color HEX #31F135 Lime Green

📋 copy color: '#31F135'

red 49 ◦ green 241 ◦ blue 53

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

Shades of Lime Green #31F135

Tints of Lime Green #31F135

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.26%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 14.29%
G = 70.26%
B = 15.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#31F135 (or 0x31F135) is known color: Lime Green. HEX triplet: 31, F1 and 35. RGB value is (49,241,53). Sum of RGB (Red+Green+Blue) = 49+241+53=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #31F135 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F135 is #CE0ECA. Grayscale: #A2A2A2. Windows color (decimal): -13504203 or 3535153. OLE color: 3535153.

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

Color convert

RGB 49 241 53 -
CMYK 0.80 0 0.78 0.05
HSL 121.25º 0.87% 0.57% -
HSV(B) 121.25º 0.8% 0.95% -
XYZ 33.36 63.82 13.93 -
YUV 162.16 66.39 47.29 -
System Red Green Blue C M Y K H S L
Decimal 49 241 53 0.80 0 0.78 0.05 121.25 0.87 0.57
Hex 31 F1 35 50 0 4E 5 79 57 39
Octal 61 361 65 120 0 116 5 171 127 71
Binary 110001 11110001 110101 1010000 0 1001110 101 1111001 1010111 111001

Color Harmonies of #31F135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F135

Black with #31F135

Text Example


Text Example

White with #31F135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,241,53); }

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

background-color css

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

 a { background-color: rgb(49,241,53); }

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

border-color css

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

 span { border-color: rgb(49,241,53); }

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