Html Css Color HEX #1CB428 Lime Green

📋 copy color: '#1CB428'

red 28 ◦ green 180 ◦ blue 40

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

Shades of Lime Green #1CB428

Tints of Lime Green #1CB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 72.58%

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

R = 11.29%
G = 72.58%
B = 16.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#1CB428 (or 0x1CB428) is known color: Lime Green. HEX triplet: 1C, B4 and 28. RGB value is (28,180,40). Sum of RGB (Red+Green+Blue) = 28+180+40=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB428 is #E34BD7. Grayscale: #777777. Windows color (decimal): -14896088 or 2667548. OLE color: 2667548.

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

Color convert

RGB 28 180 40 -
CMYK 0.84 0 0.78 0.29
HSL 124.74º 0.73% 0.41% -
HSV(B) 124.74º 0.84% 0.71% -
XYZ 17.18 33.04 7.48 -
YUV 118.59 83.64 63.38 -
System Red Green Blue C M Y K H S L
Decimal 28 180 40 0.84 0 0.78 0.29 124.74 0.73 0.41
Hex 1C B4 28 54 0 4E 1D 7D 49 29
Octal 34 264 50 124 0 116 35 175 111 51
Binary 11100 10110100 101000 1010100 0 1001110 11101 1111101 1001001 101001

Color Harmonies of #1CB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB428

Black with #1CB428

Text Example


Text Example

White with #1CB428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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