Html Css Color HEX #1BDB2D Lime Green

📋 copy color: '#1BDB2D'

red 27 ◦ green 219 ◦ blue 45

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

Shades of Lime Green #1BDB2D

Tints of Lime Green #1BDB2D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 75.26%

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 9.28%
G = 75.26%
B = 15.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#1BDB2D (or 0x1BDB2D) is known color: Lime Green. HEX triplet: 1B, DB and 2D. RGB value is (27,219,45). Sum of RGB (Red+Green+Blue) = 27+219+45=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 219 (85.94% from 255 or 75.26% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDB2D is #E424D2. Grayscale: #8E8E8E. Windows color (decimal): -14951635 or 3005211. OLE color: 3005211.

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

Color convert

RGB 27 219 45 -
CMYK 0.88 0 0.79 0.14
HSL 125.63º 0.78% 0.48% -
HSV(B) 125.63º 0.88% 0.86% -
XYZ 26.26 51.09 10.96 -
YUV 141.76 73.39 46.15 -
System Red Green Blue C M Y K H S L
Decimal 27 219 45 0.88 0 0.79 0.14 125.63 0.78 0.48
Hex 1B DB 2D 58 0 4F E 7E 4E 30
Octal 33 333 55 130 0 117 16 176 116 60
Binary 11011 11011011 101101 1011000 0 1001111 1110 1111110 1001110 110000

Color Harmonies of #1BDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDB2D

Black with #1BDB2D

Text Example


Text Example

White with #1BDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,219,45); }

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

background-color css

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

 a { background-color: rgb(27,219,45); }

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

border-color css

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

 span { border-color: rgb(27,219,45); }

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