Html Css Color HEX #1BCC2D Lime Green

📋 copy color: '#1BCC2D'

red 27 ◦ green 204 ◦ blue 45

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

Shades of Lime Green #1BCC2D

Tints of Lime Green #1BCC2D

RGB

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

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

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

R = 9.78%
G = 73.91%
B = 16.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#1BCC2D (or 0x1BCC2D) is known color: Lime Green. HEX triplet: 1B, CC and 2D. RGB value is (27,204,45). Sum of RGB (Red+Green+Blue) = 27+204+45=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC2D is #E433D2. Grayscale: #858585. Windows color (decimal): -14955475 or 3001371. OLE color: 3001371.

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

Color convert

RGB 27 204 45 -
CMYK 0.87 0 0.78 0.2
HSL 126.1º 0.77% 0.45% -
HSV(B) 126.1º 0.87% 0.8% -
XYZ 22.52 43.61 9.71 -
YUV 132.95 78.36 52.43 -
System Red Green Blue C M Y K H S L
Decimal 27 204 45 0.87 0 0.78 0.2 126.1 0.77 0.45
Hex 1B CC 2D 57 0 4E 14 7E 4D 2D
Octal 33 314 55 127 0 116 24 176 115 55
Binary 11011 11001100 101101 1010111 0 1001110 10100 1111110 1001101 101101

Color Harmonies of #1BCC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCC2D

Black with #1BCC2D

Text Example


Text Example

White with #1BCC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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