Html Css Color HEX #1BD819 Lime Green

📋 copy color: '#1BD819'

red 27 ◦ green 216 ◦ blue 25

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

Shades of Lime Green #1BD819

Tints of Lime Green #1BD819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 10.07%
G = 80.6%
B = 9.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#1BD819 (or 0x1BD819) is known color: Lime Green. HEX triplet: 1B, D8 and 19. RGB value is (27,216,25). Sum of RGB (Red+Green+Blue) = 27+216+25=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 216 (84.77% from 255 or 80.60% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD819 is #E427E6. Grayscale: #8A8A8A. Windows color (decimal): -14952423 or 1693723. OLE color: 1693723.

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

Color convert

RGB 27 216 25 -
CMYK 0.88 0 0.88 0.15
HSL 119.37º 0.79% 0.47% -
HSV(B) 119.37º 0.88% 0.85% -
XYZ 25.18 49.41 9.13 -
YUV 137.72 64.38 49.03 -
System Red Green Blue C M Y K H S L
Decimal 27 216 25 0.88 0 0.88 0.15 119.37 0.79 0.47
Hex 1B D8 19 58 0 58 F 77 4F 2F
Octal 33 330 31 130 0 130 17 167 117 57
Binary 11011 11011000 11001 1011000 0 1011000 1111 1110111 1001111 101111

Color Harmonies of #1BD819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD819

Black with #1BD819

Text Example


Text Example

White with #1BD819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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