Html Css Color HEX #31BD3E Lime Green

📋 copy color: '#31BD3E'

red 49 ◦ green 189 ◦ blue 62

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

Shades of Lime Green #31BD3E

Tints of Lime Green #31BD3E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63%

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

R = 16.33%
G = 63%
B = 20.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#31BD3E (or 0x31BD3E) is known color: Lime Green. HEX triplet: 31, BD and 3E. RGB value is (49,189,62). Sum of RGB (Red+Green+Blue) = 49+189+62=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BD3E is #CE42C1. Grayscale: #858585. Windows color (decimal): -13517506 or 4111665. OLE color: 4111665.

HSL color Cylindrical-coordinate representation of color #31BD3E: hue angle of 125.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD3E is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 189 62 -
CMYK 0.74 0 0.67 0.26
HSL 125.57º 0.59% 0.47% -
HSV(B) 125.57º 0.74% 0.74% -
XYZ 20.33 37.4 10.7 -
YUV 132.66 88.12 68.33 -
System Red Green Blue C M Y K H S L
Decimal 49 189 62 0.74 0 0.67 0.26 125.57 0.59 0.47
Hex 31 BD 3E 4A 0 43 1A 7E 3B 2F
Octal 61 275 76 112 0 103 32 176 73 57
Binary 110001 10111101 111110 1001010 0 1000011 11010 1111110 111011 101111

Color Harmonies of #31BD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BD3E

Black with #31BD3E

Text Example


Text Example

White with #31BD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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