Html Css Color HEX #31F323 Lime Green

📋 copy color: '#31F323'

red 49 ◦ green 243 ◦ blue 35

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

Shades of Lime Green #31F323

Tints of Lime Green #31F323

RGB

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

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

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

R = 14.98%
G = 74.31%
B = 10.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#31F323 (or 0x31F323) is known color: Lime Green. HEX triplet: 31, F3 and 23. RGB value is (49,243,35). Sum of RGB (Red+Green+Blue) = 49+243+35=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #31F323 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F323 is #CE0CDC. Grayscale: #A1A1A1. Windows color (decimal): -13503709 or 2356017. OLE color: 2356017.

HSL color Cylindrical-coordinate representation of color #31F323: hue angle of 115.96º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31F323 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 243 35 -
CMYK 0.80 0 0.86 0.05
HSL 115.96º 0.9% 0.55% -
HSV(B) 115.96º 0.86% 0.95% -
XYZ 33.62 64.88 12.34 -
YUV 161.28 56.73 47.91 -
System Red Green Blue C M Y K H S L
Decimal 49 243 35 0.80 0 0.86 0.05 115.96 0.9 0.55
Hex 31 F3 23 50 0 56 5 74 5A 37
Octal 61 363 43 120 0 126 5 164 132 67
Binary 110001 11110011 100011 1010000 0 1010110 101 1110100 1011010 110111

Color Harmonies of #31F323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F323

Black with #31F323

Text Example


Text Example

White with #31F323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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