Html Css Color HEX #1CD63C Lime Green

📋 copy color: '#1CD63C'

red 28 ◦ green 214 ◦ blue 60

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

Shades of Lime Green #1CD63C

Tints of Lime Green #1CD63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 9.27%
G = 70.86%
B = 19.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#1CD63C (or 0x1CD63C) is known color: Lime Green. HEX triplet: 1C, D6 and 3C. RGB value is (28,214,60). Sum of RGB (Red+Green+Blue) = 28+214+60=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 214 (83.98% from 255 or 70.86% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD63C is #E329C3. Grayscale: #8D8D8D. Windows color (decimal): -14887364 or 3986972. OLE color: 3986972.

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

Color convert

RGB 28 214 60 -
CMYK 0.87 0 0.72 0.16
HSL 130.32º 0.77% 0.47% -
HSV(B) 130.32º 0.87% 0.84% -
XYZ 25.34 48.67 12.33 -
YUV 140.83 82.38 47.52 -
System Red Green Blue C M Y K H S L
Decimal 28 214 60 0.87 0 0.72 0.16 130.32 0.77 0.47
Hex 1C D6 3C 57 0 48 10 82 4D 2F
Octal 34 326 74 127 0 110 20 202 115 57
Binary 11100 11010110 111100 1010111 0 1001000 10000 10000010 1001101 101111

Color Harmonies of #1CD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD63C

Black with #1CD63C

Text Example


Text Example

White with #1CD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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