Html Css Color HEX #1CD628 Lime Green

📋 copy color: '#1CD628'

red 28 ◦ green 214 ◦ blue 40

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

Shades of Lime Green #1CD628

Tints of Lime Green #1CD628

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.89%

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

R = 9.93%
G = 75.89%
B = 14.18%

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

#1CD628 (or 0x1CD628) is known color: Lime Green. HEX triplet: 1C, D6 and 28. RGB value is (28,214,40). Sum of RGB (Red+Green+Blue) = 28+214+40=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD628 is #E329D7. Grayscale: #8B8B8B. Windows color (decimal): -14887384 or 2676252. OLE color: 2676252.

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

Color convert

RGB 28 214 40 -
CMYK 0.87 0 0.81 0.16
HSL 123.87º 0.77% 0.47% -
HSV(B) 123.87º 0.87% 0.84% -
XYZ 24.91 48.49 10.05 -
YUV 138.55 72.38 49.15 -
System Red Green Blue C M Y K H S L
Decimal 28 214 40 0.87 0 0.81 0.16 123.87 0.77 0.47
Hex 1C D6 28 57 0 51 10 7C 4D 2F
Octal 34 326 50 127 0 121 20 174 115 57
Binary 11100 11010110 101000 1010111 0 1010001 10000 1111100 1001101 101111

Color Harmonies of #1CD628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD628

Black with #1CD628

Text Example


Text Example

White with #1CD628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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