Html Css Color HEX #1BD81F Lime Green

📋 copy color: '#1BD81F'

red 27 ◦ green 216 ◦ blue 31

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

Shades of Lime Green #1BD81F

Tints of Lime Green #1BD81F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 78.83%

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 9.85%
G = 78.83%
B = 11.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#1BD81F (or 0x1BD81F) is known color: Lime Green. HEX triplet: 1B, D8 and 1F. RGB value is (27,216,31). Sum of RGB (Red+Green+Blue) = 27+216+31=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 216 (84.77% from 255 or 78.83% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD81F is #E427E0. Grayscale: #8A8A8A. Windows color (decimal): -14952417 or 2086939. OLE color: 2086939.

HSL color Cylindrical-coordinate representation of color #1BD81F: hue angle of 121.27º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD81F is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 216 31 -
CMYK 0.88 0 0.86 0.15
HSL 121.27º 0.78% 0.48% -
HSV(B) 121.27º 0.88% 0.85% -
XYZ 25.26 49.44 9.51 -
YUV 138.4 67.38 48.54 -
System Red Green Blue C M Y K H S L
Decimal 27 216 31 0.88 0 0.86 0.15 121.27 0.78 0.48
Hex 1B D8 1F 58 0 56 F 79 4E 30
Octal 33 330 37 130 0 126 17 171 116 60
Binary 11011 11011000 11111 1011000 0 1010110 1111 1111001 1001110 110000

Color Harmonies of #1BD81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD81F

Black with #1BD81F

Text Example


Text Example

White with #1BD81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,216,31); }

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

background-color css

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

 a { background-color: rgb(27,216,31); }

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

border-color css

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

 span { border-color: rgb(27,216,31); }

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