Html Css Color HEX #31F222 Lime Green

📋 copy color: '#31F222'

red 49 ◦ green 242 ◦ blue 34

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

Shades of Lime Green #31F222

Tints of Lime Green #31F222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.46%

R = 15.08%
G = 74.46%
B = 10.46%

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

#31F222 (or 0x31F222) is known color: Lime Green. HEX triplet: 31, F2 and 22. RGB value is (49,242,34). Sum of RGB (Red+Green+Blue) = 49+242+34=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 242 (94.92% from 255 or 74.46% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 242 - color contains mainly: green. Hex color #31F222 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F222 is #CE0DDD. Grayscale: #A1A1A1. Windows color (decimal): -13503966 or 2290225. OLE color: 2290225.

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

Color convert

RGB 49 242 34 -
CMYK 0.80 0 0.86 0.05
HSL 115.67º 0.89% 0.54% -
HSV(B) 115.67º 0.86% 0.95% -
XYZ 33.31 64.27 12.16 -
YUV 160.58 56.56 48.41 -
System Red Green Blue C M Y K H S L
Decimal 49 242 34 0.80 0 0.86 0.05 115.67 0.89 0.54
Hex 31 F2 22 50 0 56 5 74 59 36
Octal 61 362 42 120 0 126 5 164 131 66
Binary 110001 11110010 100010 1010000 0 1010110 101 1110100 1011001 110110

Color Harmonies of #31F222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F222

Black with #31F222

Text Example


Text Example

White with #31F222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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