Html Css Color HEX #31CE22 Lime Green

📋 copy color: '#31CE22'

red 49 ◦ green 206 ◦ blue 34

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

Shades of Lime Green #31CE22

Tints of Lime Green #31CE22

RGB

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

 GREEN value IS 206 (80.86% from 255) = 71.28%

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

R = 16.96%
G = 71.28%
B = 11.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#31CE22 (or 0x31CE22) is known color: Lime Green. HEX triplet: 31, CE and 22. RGB value is (49,206,34). Sum of RGB (Red+Green+Blue) = 49+206+34=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CE22 is #CE31DD. Grayscale: #8B8B8B. Windows color (decimal): -13513182 or 2281009. OLE color: 2281009.

HSL color Cylindrical-coordinate representation of color #31CE22: hue angle of 114.77º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31CE22 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 206 34 -
CMYK 0.76 0 0.83 0.19
HSL 114.77º 0.72% 0.47% -
HSV(B) 114.77º 0.83% 0.81% -
XYZ 23.63 44.91 8.94 -
YUV 139.45 68.49 63.49 -
System Red Green Blue C M Y K H S L
Decimal 49 206 34 0.76 0 0.83 0.19 114.77 0.72 0.47
Hex 31 CE 22 4C 0 53 13 73 48 2F
Octal 61 316 42 114 0 123 23 163 110 57
Binary 110001 11001110 100010 1001100 0 1010011 10011 1110011 1001000 101111

Color Harmonies of #31CE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CE22

Black with #31CE22

Text Example


Text Example

White with #31CE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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