Html Css Color HEX #31CB3B Lime Green

📋 copy color: '#31CB3B'

red 49 ◦ green 203 ◦ blue 59

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

Shades of Lime Green #31CB3B

Tints of Lime Green #31CB3B

RGB

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

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

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

R = 15.76%
G = 65.27%
B = 18.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#31CB3B (or 0x31CB3B) is known color: Lime Green. HEX triplet: 31, CB and 3B. RGB value is (49,203,59). Sum of RGB (Red+Green+Blue) = 49+203+59=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB3B is #CE34C4. Grayscale: #8C8C8C. Windows color (decimal): -13513925 or 3918641. OLE color: 3918641.

HSL color Cylindrical-coordinate representation of color #31CB3B: hue angle of 123.9º 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 #31CB3B is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 203 59 -
CMYK 0.76 0 0.71 0.20
HSL 123.9º 0.61% 0.49% -
HSV(B) 123.9º 0.76% 0.8% -
XYZ 23.41 43.68 11.33 -
YUV 140.54 81.98 62.71 -
System Red Green Blue C M Y K H S L
Decimal 49 203 59 0.76 0 0.71 0.20 123.9 0.61 0.49
Hex 31 CB 3B 4C 0 47 14 7C 3D 31
Octal 61 313 73 114 0 107 24 174 75 61
Binary 110001 11001011 111011 1001100 0 1000111 10100 1111100 111101 110001

Color Harmonies of #31CB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CB3B

Black with #31CB3B

Text Example


Text Example

White with #31CB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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