Html Css Color HEX #1CD20D Lime Green

📋 copy color: '#1CD20D'

red 28 ◦ green 210 ◦ blue 13

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

Shades of Lime Green #1CD20D

Tints of Lime Green #1CD20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 83.67%

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 11.16%
G = 83.67%
B = 5.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#1CD20D (or 0x1CD20D) is known color: Lime Green. HEX triplet: 1C, D2 and 0D. RGB value is (28,210,13). Sum of RGB (Red+Green+Blue) = 28+210+13=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 210 (82.42% from 255 or 83.67% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD20D is #E32DF2. Grayscale: #858585. Windows color (decimal): -14888435 or 905756. OLE color: 905756.

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

Color convert

RGB 28 210 13 -
CMYK 0.87 0 0.94 0.18
HSL 115.43º 0.88% 0.44% -
HSV(B) 115.43º 0.94% 0.82% -
XYZ 23.6 46.37 8.09 -
YUV 133.12 60.2 53.02 -
System Red Green Blue C M Y K H S L
Decimal 28 210 13 0.87 0 0.94 0.18 115.43 0.88 0.44
Hex 1C D2 D 57 0 5E 12 73 58 2C
Octal 34 322 15 127 0 136 22 163 130 54
Binary 11100 11010010 1101 1010111 0 1011110 10010 1110011 1011000 101100

Color Harmonies of #1CD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD20D

Black with #1CD20D

Text Example


Text Example

White with #1CD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,210,13); }

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

background-color css

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

 a { background-color: rgb(28,210,13); }

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

border-color css

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

 span { border-color: rgb(28,210,13); }

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