Html Css Color HEX #1CDC1B Lime Green

📋 copy color: '#1CDC1B'

red 28 ◦ green 220 ◦ blue 27

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

Shades of Lime Green #1CDC1B

Tints of Lime Green #1CDC1B

RGB

 RED value IS 28 (11.33% from 255) = 10.18%

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 10.18%
G = 80%
B = 9.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#1CDC1B (or 0x1CDC1B) is known color: Lime Green. HEX triplet: 1C, DC and 1B. RGB value is (28,220,27). Sum of RGB (Red+Green+Blue) = 28+220+27=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 220 (86.33% from 255 or 80% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDC1B is #E323E4. Grayscale: #8D8D8D. Windows color (decimal): -14885861 or 1825820. OLE color: 1825820.

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

Color convert

RGB 28 220 27 -
CMYK 0.87 0 0.88 0.14
HSL 119.69º 0.78% 0.48% -
HSV(B) 119.69º 0.88% 0.86% -
XYZ 26.27 51.51 9.6 -
YUV 140.59 63.89 47.69 -
System Red Green Blue C M Y K H S L
Decimal 28 220 27 0.87 0 0.88 0.14 119.69 0.78 0.48
Hex 1C DC 1B 57 0 58 E 78 4E 30
Octal 34 334 33 127 0 130 16 170 116 60
Binary 11100 11011100 11011 1010111 0 1011000 1110 1111000 1001110 110000

Color Harmonies of #1CDC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDC1B

Black with #1CDC1B

Text Example


Text Example

White with #1CDC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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