Html Css Color HEX #1CB419 Lime Green

📋 copy color: '#1CB419'

red 28 ◦ green 180 ◦ blue 25

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

Shades of Lime Green #1CB419

Tints of Lime Green #1CB419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 12.02%
G = 77.25%
B = 10.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#1CB419 (or 0x1CB419) is known color: Lime Green. HEX triplet: 1C, B4 and 19. RGB value is (28,180,25). Sum of RGB (Red+Green+Blue) = 28+180+25=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB419 is #E34BE6. Grayscale: #757575. Windows color (decimal): -14896103 or 1684508. OLE color: 1684508.

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

Color convert

RGB 28 180 25 -
CMYK 0.84 0 0.86 0.29
HSL 118.84º 0.76% 0.4% -
HSV(B) 118.84º 0.86% 0.71% -
XYZ 16.98 32.96 6.39 -
YUV 116.88 76.14 64.6 -
System Red Green Blue C M Y K H S L
Decimal 28 180 25 0.84 0 0.86 0.29 118.84 0.76 0.4
Hex 1C B4 19 54 0 56 1D 77 4C 28
Octal 34 264 31 124 0 126 35 167 114 50
Binary 11100 10110100 11001 1010100 0 1010110 11101 1110111 1001100 101000

Color Harmonies of #1CB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB419

Black with #1CB419

Text Example


Text Example

White with #1CB419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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