Html Css Color HEX #31BE3D Lime Green

📋 copy color: '#31BE3D'

red 49 ◦ green 190 ◦ blue 61

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

Shades of Lime Green #31BE3D

Tints of Lime Green #31BE3D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.33%

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 16.33%
G = 63.33%
B = 20.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#31BE3D (or 0x31BE3D) is known color: Lime Green. HEX triplet: 31, BE and 3D. RGB value is (49,190,61). Sum of RGB (Red+Green+Blue) = 49+190+61=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BE3D is #CE41C2. Grayscale: #858585. Windows color (decimal): -13517251 or 4046385. OLE color: 4046385.

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

Color convert

RGB 49 190 61 -
CMYK 0.74 0 0.68 0.25
HSL 125.11º 0.59% 0.47% -
HSV(B) 125.11º 0.74% 0.75% -
XYZ 20.52 37.82 10.63 -
YUV 133.14 87.29 67.99 -
System Red Green Blue C M Y K H S L
Decimal 49 190 61 0.74 0 0.68 0.25 125.11 0.59 0.47
Hex 31 BE 3D 4A 0 44 19 7D 3B 2F
Octal 61 276 75 112 0 104 31 175 73 57
Binary 110001 10111110 111101 1001010 0 1000100 11001 1111101 111011 101111

Color Harmonies of #31BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BE3D

Black with #31BE3D

Text Example


Text Example

White with #31BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,190,61); }

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

background-color css

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

 a { background-color: rgb(49,190,61); }

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

border-color css

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

 span { border-color: rgb(49,190,61); }

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