Html Css Color HEX #31F236 Lime Green

📋 copy color: '#31F236'

red 49 ◦ green 242 ◦ blue 54

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

Shades of Lime Green #31F236

Tints of Lime Green #31F236

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.14%

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 14.2%
G = 70.14%
B = 15.65%

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

#31F236 (or 0x31F236) is known color: Lime Green. HEX triplet: 31, F2 and 36. RGB value is (49,242,54). Sum of RGB (Red+Green+Blue) = 49+242+54=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #31F236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F236 is #CE0DC9. Grayscale: #A3A3A3. Windows color (decimal): -13503946 or 3600945. OLE color: 3600945.

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

Color convert

RGB 49 242 54 -
CMYK 0.80 0 0.78 0.05
HSL 121.55º 0.88% 0.57% -
HSV(B) 121.55º 0.8% 0.95% -
XYZ 33.68 64.42 14.15 -
YUV 162.86 66.56 46.79 -
System Red Green Blue C M Y K H S L
Decimal 49 242 54 0.80 0 0.78 0.05 121.55 0.88 0.57
Hex 31 F2 36 50 0 4E 5 7A 58 39
Octal 61 362 66 120 0 116 5 172 130 71
Binary 110001 11110010 110110 1010000 0 1001110 101 1111010 1011000 111001

Color Harmonies of #31F236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F236

Black with #31F236

Text Example


Text Example

White with #31F236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,242,54); }

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

background-color css

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

 a { background-color: rgb(49,242,54); }

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

border-color css

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

 span { border-color: rgb(49,242,54); }

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