Html Css Color HEX #1BDC3A Lime Green

📋 copy color: '#1BDC3A'

red 27 ◦ green 220 ◦ blue 58

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

Shades of Lime Green #1BDC3A

Tints of Lime Green #1BDC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 8.85%
G = 72.13%
B = 19.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#1BDC3A (or 0x1BDC3A) is known color: Lime Green. HEX triplet: 1B, DC and 3A. RGB value is (27,220,58). Sum of RGB (Red+Green+Blue) = 27+220+58=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC3A is #E423C5. Grayscale: #909090. Windows color (decimal): -14951366 or 3857435. OLE color: 3857435.

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

Color convert

RGB 27 220 58 -
CMYK 0.88 0 0.74 0.14
HSL 129.64º 0.78% 0.48% -
HSV(B) 129.64º 0.88% 0.86% -
XYZ 26.81 51.72 12.57 -
YUV 143.83 79.56 44.67 -
System Red Green Blue C M Y K H S L
Decimal 27 220 58 0.88 0 0.74 0.14 129.64 0.78 0.48
Hex 1B DC 3A 58 0 4A E 82 4E 30
Octal 33 334 72 130 0 112 16 202 116 60
Binary 11011 11011100 111010 1011000 0 1001010 1110 10000010 1001110 110000

Color Harmonies of #1BDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDC3A

Black with #1BDC3A

Text Example


Text Example

White with #1BDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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