Html Css Color HEX #1CD020 Lime Green

📋 copy color: '#1CD020'

red 28 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #1CD020

Tints of Lime Green #1CD020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 10.45%
G = 77.61%
B = 11.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#1CD020 (or 0x1CD020) is known color: Lime Green. HEX triplet: 1C, D0 and 20. RGB value is (28,208,32). Sum of RGB (Red+Green+Blue) = 28+208+32=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD020 is #E32FDF. Grayscale: #868686. Windows color (decimal): -14888928 or 2150428. OLE color: 2150428.

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

Color convert

RGB 28 208 32 -
CMYK 0.87 0 0.85 0.18
HSL 121.33º 0.76% 0.46% -
HSV(B) 121.33º 0.87% 0.82% -
XYZ 23.3 45.46 8.91 -
YUV 134.12 70.37 52.31 -
System Red Green Blue C M Y K H S L
Decimal 28 208 32 0.87 0 0.85 0.18 121.33 0.76 0.46
Hex 1C D0 20 57 0 55 12 79 4C 2E
Octal 34 320 40 127 0 125 22 171 114 56
Binary 11100 11010000 100000 1010111 0 1010101 10010 1111001 1001100 101110

Color Harmonies of #1CD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD020

Black with #1CD020

Text Example


Text Example

White with #1CD020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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