Html Css Color HEX #1BCC1D Lime Green

📋 copy color: '#1BCC1D'

red 27 ◦ green 204 ◦ blue 29

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

Shades of Lime Green #1BCC1D

Tints of Lime Green #1BCC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 78.46%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 10.38%
G = 78.46%
B = 11.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#1BCC1D (or 0x1BCC1D) is known color: Lime Green. HEX triplet: 1B, CC and 1D. RGB value is (27,204,29). Sum of RGB (Red+Green+Blue) = 27+204+29=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 204 (80.08% from 255 or 78.46% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC1D is #E433E2. Grayscale: #838383. Windows color (decimal): -14955491 or 1952795. OLE color: 1952795.

HSL color Cylindrical-coordinate representation of color #1BCC1D: hue angle of 120.68º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC1D is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 27 204 29 -
CMYK 0.87 0 0.86 0.2
HSL 120.68º 0.77% 0.45% -
HSV(B) 120.68º 0.87% 0.8% -
XYZ 22.27 43.51 8.39 -
YUV 131.13 70.36 53.73 -
System Red Green Blue C M Y K H S L
Decimal 27 204 29 0.87 0 0.86 0.2 120.68 0.77 0.45
Hex 1B CC 1D 57 0 56 14 79 4D 2D
Octal 33 314 35 127 0 126 24 171 115 55
Binary 11011 11001100 11101 1010111 0 1010110 10100 1111001 1001101 101101

Color Harmonies of #1BCC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCC1D

Black with #1BCC1D

Text Example


Text Example

White with #1BCC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,29); }

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

background-color css

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

 a { background-color: rgb(27,204,29); }

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

border-color css

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

 span { border-color: rgb(27,204,29); }

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