Html Css Color HEX #1CB328 Lime Green

📋 copy color: '#1CB328'

red 28 ◦ green 179 ◦ blue 40

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

Shades of Lime Green #1CB328

Tints of Lime Green #1CB328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 72.47%

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 11.34%
G = 72.47%
B = 16.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#1CB328 (or 0x1CB328) is known color: Lime Green. HEX triplet: 1C, B3 and 28. RGB value is (28,179,40). Sum of RGB (Red+Green+Blue) = 28+179+40=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB328 is #E34CD7. Grayscale: #767676. Windows color (decimal): -14896344 or 2667292. OLE color: 2667292.

HSL color Cylindrical-coordinate representation of color #1CB328: hue angle of 124.77º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB328 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 179 40 -
CMYK 0.84 0 0.78 0.30
HSL 124.77º 0.73% 0.41% -
HSV(B) 124.77º 0.84% 0.7% -
XYZ 16.98 32.64 7.41 -
YUV 118.01 83.97 63.8 -
System Red Green Blue C M Y K H S L
Decimal 28 179 40 0.84 0 0.78 0.30 124.77 0.73 0.41
Hex 1C B3 28 54 0 4E 1E 7D 49 29
Octal 34 263 50 124 0 116 36 175 111 51
Binary 11100 10110011 101000 1010100 0 1001110 11110 1111101 1001001 101001

Color Harmonies of #1CB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB328

Black with #1CB328

Text Example


Text Example

White with #1CB328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,179,40); }

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

background-color css

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

 a { background-color: rgb(28,179,40); }

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

border-color css

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

 span { border-color: rgb(28,179,40); }

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