Html Css Color HEX #31C33B Lime Green

📋 copy color: '#31C33B'

red 49 ◦ green 195 ◦ blue 59

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

Shades of Lime Green #31C33B

Tints of Lime Green #31C33B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.36%

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 16.17%
G = 64.36%
B = 19.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#31C33B (or 0x31C33B) is known color: Lime Green. HEX triplet: 31, C3 and 3B. RGB value is (49,195,59). Sum of RGB (Red+Green+Blue) = 49+195+59=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #31C33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C33B is #CE3CC4. Grayscale: #888888. Windows color (decimal): -13515973 or 3916593. OLE color: 3916593.

HSL color Cylindrical-coordinate representation of color #31C33B: hue angle of 124.11º 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 #31C33B is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 195 59 -
CMYK 0.75 0 0.70 0.24
HSL 124.11º 0.6% 0.48% -
HSV(B) 124.11º 0.75% 0.76% -
XYZ 21.57 40 10.72 -
YUV 135.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 49 195 59 0.75 0 0.70 0.24 124.11 0.6 0.48
Hex 31 C3 3B 4B 0 46 18 7C 3C 30
Octal 61 303 73 113 0 106 30 174 74 60
Binary 110001 11000011 111011 1001011 0 1000110 11000 1111100 111100 110000

Color Harmonies of #31C33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C33B

Black with #31C33B

Text Example


Text Example

White with #31C33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,195,59); }

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

background-color css

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

 a { background-color: rgb(49,195,59); }

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

border-color css

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

 span { border-color: rgb(49,195,59); }

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