Html Css Color HEX #1CB82A Lime Green

📋 copy color: '#1CB82A'

red 28 ◦ green 184 ◦ blue 42

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

Shades of Lime Green #1CB82A

Tints of Lime Green #1CB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 72.44%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 11.02%
G = 72.44%
B = 16.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#1CB82A (or 0x1CB82A) is known color: Lime Green. HEX triplet: 1C, B8 and 2A. RGB value is (28,184,42). Sum of RGB (Red+Green+Blue) = 28+184+42=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 184 (72.27% from 255 or 72.44% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB82A is #E347D5. Grayscale: #797979. Windows color (decimal): -14895062 or 2799644. OLE color: 2799644.

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

Color convert

RGB 28 184 42 -
CMYK 0.85 0 0.77 0.28
HSL 125.38º 0.74% 0.42% -
HSV(B) 125.38º 0.85% 0.72% -
XYZ 18.04 34.7 7.94 -
YUV 121.17 83.32 61.55 -
System Red Green Blue C M Y K H S L
Decimal 28 184 42 0.85 0 0.77 0.28 125.38 0.74 0.42
Hex 1C B8 2A 55 0 4D 1C 7D 4A 2A
Octal 34 270 52 125 0 115 34 175 112 52
Binary 11100 10111000 101010 1010101 0 1001101 11100 1111101 1001010 101010

Color Harmonies of #1CB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB82A

Black with #1CB82A

Text Example


Text Example

White with #1CB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,184,42); }

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

background-color css

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

 a { background-color: rgb(28,184,42); }

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

border-color css

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

 span { border-color: rgb(28,184,42); }

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