Html Css Color HEX #1BDA1F Lime Green

📋 copy color: '#1BDA1F'

red 27 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #1BDA1F

Tints of Lime Green #1BDA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.99%

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

R = 9.78%
G = 78.99%
B = 11.23%

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

#1BDA1F (or 0x1BDA1F) is known color: Lime Green. HEX triplet: 1B, DA and 1F. RGB value is (27,218,31). Sum of RGB (Red+Green+Blue) = 27+218+31=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 218 (85.55% from 255 or 78.99% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA1F is #E425E0. Grayscale: #8C8C8C. Windows color (decimal): -14951905 or 2087451. OLE color: 2087451.

HSL color Cylindrical-coordinate representation of color #1BDA1F: hue angle of 121.26º 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 #1BDA1F is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 218 31 -
CMYK 0.88 0 0.86 0.15
HSL 121.26º 0.78% 0.48% -
HSV(B) 121.26º 0.88% 0.85% -
XYZ 25.77 50.47 9.68 -
YUV 139.57 66.72 47.71 -
System Red Green Blue C M Y K H S L
Decimal 27 218 31 0.88 0 0.86 0.15 121.26 0.78 0.48
Hex 1B DA 1F 58 0 56 F 79 4E 30
Octal 33 332 37 130 0 126 17 171 116 60
Binary 11011 11011010 11111 1011000 0 1010110 1111 1111001 1001110 110000

Color Harmonies of #1BDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDA1F

Black with #1BDA1F

Text Example


Text Example

White with #1BDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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