Html Css Color HEX #1CD529 Lime Green

📋 copy color: '#1CD529'

red 28 ◦ green 213 ◦ blue 41

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

Shades of Lime Green #1CD529

Tints of Lime Green #1CD529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75.53%

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

R = 9.93%
G = 75.53%
B = 14.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#1CD529 (or 0x1CD529) is known color: Lime Green. HEX triplet: 1C, D5 and 29. RGB value is (28,213,41). Sum of RGB (Red+Green+Blue) = 28+213+41=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #1CD529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD529 is #E32AD6. Grayscale: #8A8A8A. Windows color (decimal): -14887639 or 2741532. OLE color: 2741532.

HSL color Cylindrical-coordinate representation of color #1CD529: hue angle of 124.22º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD529 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 213 41 -
CMYK 0.87 0 0.81 0.16
HSL 124.22º 0.77% 0.47% -
HSV(B) 124.22º 0.87% 0.84% -
XYZ 24.67 48 10.06 -
YUV 138.08 73.21 49.49 -
System Red Green Blue C M Y K H S L
Decimal 28 213 41 0.87 0 0.81 0.16 124.22 0.77 0.47
Hex 1C D5 29 57 0 51 10 7C 4D 2F
Octal 34 325 51 127 0 121 20 174 115 57
Binary 11100 11010101 101001 1010111 0 1010001 10000 1111100 1001101 101111

Color Harmonies of #1CD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD529

Black with #1CD529

Text Example


Text Example

White with #1CD529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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