Html Css Color HEX #31CC22 Lime Green

📋 copy color: '#31CC22'

red 49 ◦ green 204 ◦ blue 34

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

Shades of Lime Green #31CC22

Tints of Lime Green #31CC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.08%

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

R = 17.07%
G = 71.08%
B = 11.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#31CC22 (or 0x31CC22) is known color: Lime Green. HEX triplet: 31, CC and 22. RGB value is (49,204,34). Sum of RGB (Red+Green+Blue) = 49+204+34=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CC22 is #CE33DD. Grayscale: #8A8A8A. Windows color (decimal): -13513694 or 2280497. OLE color: 2280497.

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

Color convert

RGB 49 204 34 -
CMYK 0.76 0 0.83 0.2
HSL 114.71º 0.71% 0.47% -
HSV(B) 114.71º 0.83% 0.8% -
XYZ 23.15 43.95 8.78 -
YUV 138.28 69.15 64.32 -
System Red Green Blue C M Y K H S L
Decimal 49 204 34 0.76 0 0.83 0.2 114.71 0.71 0.47
Hex 31 CC 22 4C 0 53 14 73 47 2F
Octal 61 314 42 114 0 123 24 163 107 57
Binary 110001 11001100 100010 1001100 0 1010011 10100 1110011 1000111 101111

Color Harmonies of #31CC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CC22

Black with #31CC22

Text Example


Text Example

White with #31CC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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