Html Css Color HEX #31CB3E Lime Green

📋 copy color: '#31CB3E'

red 49 ◦ green 203 ◦ blue 62

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

Shades of Lime Green #31CB3E

Tints of Lime Green #31CB3E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 64.65%

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 15.61%
G = 64.65%
B = 19.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#31CB3E (or 0x31CB3E) is known color: Lime Green. HEX triplet: 31, CB and 3E. RGB value is (49,203,62). Sum of RGB (Red+Green+Blue) = 49+203+62=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB3E is #CE34C1. Grayscale: #8D8D8D. Windows color (decimal): -13513922 or 4115249. OLE color: 4115249.

HSL color Cylindrical-coordinate representation of color #31CB3E: hue angle of 125.06º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CB3E is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 203 62 -
CMYK 0.76 0 0.69 0.20
HSL 125.06º 0.61% 0.49% -
HSV(B) 125.06º 0.76% 0.8% -
XYZ 23.49 43.71 11.76 -
YUV 140.88 83.48 62.46 -
System Red Green Blue C M Y K H S L
Decimal 49 203 62 0.76 0 0.69 0.20 125.06 0.61 0.49
Hex 31 CB 3E 4C 0 45 14 7D 3D 31
Octal 61 313 76 114 0 105 24 175 75 61
Binary 110001 11001011 111110 1001100 0 1000101 10100 1111101 111101 110001

Color Harmonies of #31CB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CB3E

Black with #31CB3E

Text Example


Text Example

White with #31CB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,203,62); }

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

background-color css

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

 a { background-color: rgb(49,203,62); }

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

border-color css

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

 span { border-color: rgb(49,203,62); }

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