Html Css Color HEX #1CD015 Lime Green

📋 copy color: '#1CD015'

red 28 ◦ green 208 ◦ blue 21

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

Shades of Lime Green #1CD015

Tints of Lime Green #1CD015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80.93%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 10.89%
G = 80.93%
B = 8.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#1CD015 (or 0x1CD015) is known color: Lime Green. HEX triplet: 1C, D0 and 15. RGB value is (28,208,21). Sum of RGB (Red+Green+Blue) = 28+208+21=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 208 (81.64% from 255 or 80.93% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD015 is #E32FEA. Grayscale: #858585. Windows color (decimal): -14888939 or 1429532. OLE color: 1429532.

HSL color Cylindrical-coordinate representation of color #1CD015: hue angle of 117.75º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CD015 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 21 -
CMYK 0.87 0 0.90 0.18
HSL 117.75º 0.82% 0.45% -
HSV(B) 117.75º 0.9% 0.82% -
XYZ 23.17 45.41 8.25 -
YUV 132.86 64.87 53.21 -
System Red Green Blue C M Y K H S L
Decimal 28 208 21 0.87 0 0.90 0.18 117.75 0.82 0.45
Hex 1C D0 15 57 0 5A 12 76 52 2D
Octal 34 320 25 127 0 132 22 166 122 55
Binary 11100 11010000 10101 1010111 0 1011010 10010 1110110 1010010 101101

Color Harmonies of #1CD015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD015

Black with #1CD015

Text Example


Text Example

White with #1CD015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,208,21); }

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

background-color css

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

 a { background-color: rgb(28,208,21); }

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

border-color css

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

 span { border-color: rgb(28,208,21); }

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