Html Css Color HEX #1BD031 Lime Green

📋 copy color: '#1BD031'

red 27 ◦ green 208 ◦ blue 49

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

Shades of Lime Green #1BD031

Tints of Lime Green #1BD031

RGB

 RED value IS 27 (10.94% from 255) = 9.51%

 GREEN value IS 208 (81.64% from 255) = 73.24%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 9.51%
G = 73.24%
B = 17.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#1BD031 (or 0x1BD031) is known color: Lime Green. HEX triplet: 1B, D0 and 31. RGB value is (27,208,49). Sum of RGB (Red+Green+Blue) = 27+208+49=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 208 (81.64% from 255 or 73.24% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD031 is #E42FCE. Grayscale: #888888. Windows color (decimal): -14954447 or 3264539. OLE color: 3264539.

HSL color Cylindrical-coordinate representation of color #1BD031: hue angle of 127.29º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD031 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 27 208 49 -
CMYK 0.87 0 0.76 0.18
HSL 127.29º 0.77% 0.46% -
HSV(B) 127.29º 0.87% 0.82% -
XYZ 23.56 45.57 10.46 -
YUV 135.76 79.03 50.43 -
System Red Green Blue C M Y K H S L
Decimal 27 208 49 0.87 0 0.76 0.18 127.29 0.77 0.46
Hex 1B D0 31 57 0 4C 12 7F 4D 2E
Octal 33 320 61 127 0 114 22 177 115 56
Binary 11011 11010000 110001 1010111 0 1001100 10010 1111111 1001101 101110

Color Harmonies of #1BD031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD031

Black with #1BD031

Text Example


Text Example

White with #1BD031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BD031; }

 p { color: rgb(27,208,49); }

 H1.HeaderClassName
 {
   color: #1BD031;
 }
 .AnyTagClassName
 {
   color: #1BD031;
 }
</style>

background-color css

<style>
 a { background-color: #1BD031; }

 a { background-color: rgb(27,208,49); }

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

border-color css

<style>
 span { border-color: #1BD031; }

 span { border-color: rgb(27,208,49); }

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