Html Css Color HEX #1CB421 Lime Green

📋 copy color: '#1CB421'

red 28 ◦ green 180 ◦ blue 33

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

Shades of Lime Green #1CB421

Tints of Lime Green #1CB421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 11.62%
G = 74.69%
B = 13.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#1CB421 (or 0x1CB421) is known color: Lime Green. HEX triplet: 1C, B4 and 21. RGB value is (28,180,33). Sum of RGB (Red+Green+Blue) = 28+180+33=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 180 (70.70% from 255 or 74.69% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB421 is #E34BDE. Grayscale: #767676. Windows color (decimal): -14896095 or 2208796. OLE color: 2208796.

HSL color Cylindrical-coordinate representation of color #1CB421: hue angle of 121.97º 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 #1CB421 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 180 33 -
CMYK 0.84 0 0.82 0.29
HSL 121.97º 0.73% 0.41% -
HSV(B) 121.97º 0.84% 0.71% -
XYZ 17.07 33 6.91 -
YUV 117.79 80.14 63.95 -
System Red Green Blue C M Y K H S L
Decimal 28 180 33 0.84 0 0.82 0.29 121.97 0.73 0.41
Hex 1C B4 21 54 0 52 1D 7A 49 29
Octal 34 264 41 124 0 122 35 172 111 51
Binary 11100 10110100 100001 1010100 0 1010010 11101 1111010 1001001 101001

Color Harmonies of #1CB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB421

Black with #1CB421

Text Example


Text Example

White with #1CB421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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