Html Css Color HEX #1BDC2E Lime Green

📋 copy color: '#1BDC2E'

red 27 ◦ green 220 ◦ blue 46

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

Shades of Lime Green #1BDC2E

Tints of Lime Green #1BDC2E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 75.09%

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 9.22%
G = 75.09%
B = 15.7%

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

#1BDC2E (or 0x1BDC2E) is known color: Lime Green. HEX triplet: 1B, DC and 2E. RGB value is (27,220,46). Sum of RGB (Red+Green+Blue) = 27+220+46=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC2E is #E423D1. Grayscale: #8E8E8E. Windows color (decimal): -14951378 or 3071003. OLE color: 3071003.

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

Color convert

RGB 27 220 46 -
CMYK 0.88 0 0.79 0.14
HSL 125.91º 0.78% 0.48% -
HSV(B) 125.91º 0.88% 0.86% -
XYZ 26.54 51.62 11.15 -
YUV 142.46 73.56 45.65 -
System Red Green Blue C M Y K H S L
Decimal 27 220 46 0.88 0 0.79 0.14 125.91 0.78 0.48
Hex 1B DC 2E 58 0 4F E 7E 4E 30
Octal 33 334 56 130 0 117 16 176 116 60
Binary 11011 11011100 101110 1011000 0 1001111 1110 1111110 1001110 110000

Color Harmonies of #1BDC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDC2E

Black with #1BDC2E

Text Example


Text Example

White with #1BDC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,220,46); }

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

background-color css

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

 a { background-color: rgb(27,220,46); }

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

border-color css

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

 span { border-color: rgb(27,220,46); }

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