Html Css Color HEX #31C233 Lime Green

📋 copy color: '#31C233'

red 49 ◦ green 194 ◦ blue 51

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

Shades of Lime Green #31C233

Tints of Lime Green #31C233

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.99%

 BLUE value IS 51 (20.31% from 255) = 17.35%

R = 16.67%
G = 65.99%
B = 17.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#31C233 (or 0x31C233) is known color: Lime Green. HEX triplet: 31, C2 and 33. RGB value is (49,194,51). Sum of RGB (Red+Green+Blue) = 49+194+51=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 194 (76.17% from 255 or 65.99% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 194 - color contains mainly: green. Hex color #31C233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C233 is #CE3DCC. Grayscale: #868686. Windows color (decimal): -13516237 or 3392049. OLE color: 3392049.

HSL color Cylindrical-coordinate representation of color #31C233: hue angle of 120.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C233 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 194 51 -
CMYK 0.75 0 0.74 0.24
HSL 120.83º 0.6% 0.48% -
HSV(B) 120.83º 0.75% 0.76% -
XYZ 21.16 39.48 9.64 -
YUV 134.34 80.96 67.13 -
System Red Green Blue C M Y K H S L
Decimal 49 194 51 0.75 0 0.74 0.24 120.83 0.6 0.48
Hex 31 C2 33 4B 0 4A 18 79 3C 30
Octal 61 302 63 113 0 112 30 171 74 60
Binary 110001 11000010 110011 1001011 0 1001010 11000 1111001 111100 110000

Color Harmonies of #31C233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C233

Black with #31C233

Text Example


Text Example

White with #31C233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,194,51); }

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

background-color css

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

 a { background-color: rgb(49,194,51); }

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

border-color css

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

 span { border-color: rgb(49,194,51); }

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