Html Css Color HEX #1CD124 Lime Green

📋 copy color: '#1CD124'

red 28 ◦ green 209 ◦ blue 36

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

Shades of Lime Green #1CD124

Tints of Lime Green #1CD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 76.56%

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 10.26%
G = 76.56%
B = 13.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#1CD124 (or 0x1CD124) is known color: Lime Green. HEX triplet: 1C, D1 and 24. RGB value is (28,209,36). Sum of RGB (Red+Green+Blue) = 28+209+36=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 209 (82.03% from 255 or 76.56% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD124 is #E32EDB. Grayscale: #878787. Windows color (decimal): -14888668 or 2412828. OLE color: 2412828.

HSL color Cylindrical-coordinate representation of color #1CD124: hue angle of 122.65º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD124 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 209 36 -
CMYK 0.87 0 0.83 0.18
HSL 122.65º 0.76% 0.46% -
HSV(B) 122.65º 0.87% 0.82% -
XYZ 23.6 45.98 9.3 -
YUV 135.16 72.03 51.57 -
System Red Green Blue C M Y K H S L
Decimal 28 209 36 0.87 0 0.83 0.18 122.65 0.76 0.46
Hex 1C D1 24 57 0 53 12 7B 4C 2E
Octal 34 321 44 127 0 123 22 173 114 56
Binary 11100 11010001 100100 1010111 0 1010011 10010 1111011 1001100 101110

Color Harmonies of #1CD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD124

Black with #1CD124

Text Example


Text Example

White with #1CD124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,209,36); }

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

background-color css

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

 a { background-color: rgb(28,209,36); }

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

border-color css

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

 span { border-color: rgb(28,209,36); }

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