Html Css Color HEX #1CD11E Lime Green

📋 copy color: '#1CD11E'

red 28 ◦ green 209 ◦ blue 30

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

Shades of Lime Green #1CD11E

Tints of Lime Green #1CD11E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 78.28%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 10.49%
G = 78.28%
B = 11.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#1CD11E (or 0x1CD11E) is known color: Lime Green. HEX triplet: 1C, D1 and 1E. RGB value is (28,209,30). Sum of RGB (Red+Green+Blue) = 28+209+30=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 209 (82.03% from 255 or 78.28% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD11E is #E32EE1. Grayscale: #878787. Windows color (decimal): -14888674 or 2019612. OLE color: 2019612.

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

Color convert

RGB 28 209 30 -
CMYK 0.87 0 0.86 0.18
HSL 120.66º 0.76% 0.46% -
HSV(B) 120.66º 0.87% 0.82% -
XYZ 23.51 45.94 8.86 -
YUV 134.48 69.03 52.05 -
System Red Green Blue C M Y K H S L
Decimal 28 209 30 0.87 0 0.86 0.18 120.66 0.76 0.46
Hex 1C D1 1E 57 0 56 12 79 4C 2E
Octal 34 321 36 127 0 126 22 171 114 56
Binary 11100 11010001 11110 1010111 0 1010110 10010 1111001 1001100 101110

Color Harmonies of #1CD11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD11E

Black with #1CD11E

Text Example


Text Example

White with #1CD11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,209,30); }

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

background-color css

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

 a { background-color: rgb(28,209,30); }

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

border-color css

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

 span { border-color: rgb(28,209,30); }

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