Html Css Color HEX #1CBB2C Lime Green

📋 copy color: '#1CBB2C'

red 28 ◦ green 187 ◦ blue 44

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

Shades of Lime Green #1CBB2C

Tints of Lime Green #1CBB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 72.2%

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 10.81%
G = 72.2%
B = 16.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#1CBB2C (or 0x1CBB2C) is known color: Lime Green. HEX triplet: 1C, BB and 2C. RGB value is (28,187,44). Sum of RGB (Red+Green+Blue) = 28+187+44=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB2C is #E344D3. Grayscale: #7B7B7B. Windows color (decimal): -14894292 or 2931484. OLE color: 2931484.

HSL color Cylindrical-coordinate representation of color #1CBB2C: hue angle of 126.04º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBB2C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 44 -
CMYK 0.85 0 0.76 0.27
HSL 126.04º 0.74% 0.42% -
HSV(B) 126.04º 0.85% 0.73% -
XYZ 18.7 35.97 8.34 -
YUV 123.16 83.32 60.13 -
System Red Green Blue C M Y K H S L
Decimal 28 187 44 0.85 0 0.76 0.27 126.04 0.74 0.42
Hex 1C BB 2C 55 0 4C 1B 7E 4A 2A
Octal 34 273 54 125 0 114 33 176 112 52
Binary 11100 10111011 101100 1010101 0 1001100 11011 1111110 1001010 101010

Color Harmonies of #1CBB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBB2C

Black with #1CBB2C

Text Example


Text Example

White with #1CBB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,187,44); }

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

background-color css

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

 a { background-color: rgb(28,187,44); }

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

border-color css

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

 span { border-color: rgb(28,187,44); }

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