Html Css Color HEX #1CD129 Lime Green

📋 copy color: '#1CD129'

red 28 ◦ green 209 ◦ blue 41

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

Shades of Lime Green #1CD129

Tints of Lime Green #1CD129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 10.07%
G = 75.18%
B = 14.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#1CD129 (or 0x1CD129) is known color: Lime Green. HEX triplet: 1C, D1 and 29. RGB value is (28,209,41). Sum of RGB (Red+Green+Blue) = 28+209+41=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 209 (82.03% from 255 or 75.18% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD129 is #E32ED6. Grayscale: #888888. Windows color (decimal): -14888663 or 2740508. OLE color: 2740508.

HSL color Cylindrical-coordinate representation of color #1CD129: hue angle of 124.31º 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 #1CD129 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 209 41 -
CMYK 0.87 0 0.80 0.18
HSL 124.31º 0.76% 0.46% -
HSV(B) 124.31º 0.87% 0.82% -
XYZ 23.68 46.01 9.73 -
YUV 135.73 74.53 51.16 -
System Red Green Blue C M Y K H S L
Decimal 28 209 41 0.87 0 0.80 0.18 124.31 0.76 0.46
Hex 1C D1 29 57 0 50 12 7C 4C 2E
Octal 34 321 51 127 0 120 22 174 114 56
Binary 11100 11010001 101001 1010111 0 1010000 10010 1111100 1001100 101110

Color Harmonies of #1CD129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD129

Black with #1CD129

Text Example


Text Example

White with #1CD129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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