Html Css Color HEX #1CD328 Lime Green

📋 copy color: '#1CD328'

red 28 ◦ green 211 ◦ blue 40

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

Shades of Lime Green #1CD328

Tints of Lime Green #1CD328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 75.63%

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 10.04%
G = 75.63%
B = 14.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#1CD328 (or 0x1CD328) is known color: Lime Green. HEX triplet: 1C, D3 and 28. RGB value is (28,211,40). Sum of RGB (Red+Green+Blue) = 28+211+40=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 211 (82.81% from 255 or 75.63% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 211 - color contains mainly: green. Hex color #1CD328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD328 is #E32CD7. Grayscale: #898989. Windows color (decimal): -14888152 or 2675484. OLE color: 2675484.

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

Color convert

RGB 28 211 40 -
CMYK 0.87 0 0.81 0.17
HSL 123.93º 0.77% 0.47% -
HSV(B) 123.93º 0.87% 0.83% -
XYZ 24.16 46.99 9.8 -
YUV 136.79 73.37 50.4 -
System Red Green Blue C M Y K H S L
Decimal 28 211 40 0.87 0 0.81 0.17 123.93 0.77 0.47
Hex 1C D3 28 57 0 51 11 7C 4D 2F
Octal 34 323 50 127 0 121 21 174 115 57
Binary 11100 11010011 101000 1010111 0 1010001 10001 1111100 1001101 101111

Color Harmonies of #1CD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD328

Black with #1CD328

Text Example


Text Example

White with #1CD328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,211,40); }

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

background-color css

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

 a { background-color: rgb(28,211,40); }

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

border-color css

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

 span { border-color: rgb(28,211,40); }

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