Html Css Color HEX #1CD312 Lime Green

📋 copy color: '#1CD312'

red 28 ◦ green 211 ◦ blue 18

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

Shades of Lime Green #1CD312

Tints of Lime Green #1CD312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 82.1%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 10.89%
G = 82.1%
B = 7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#1CD312 (or 0x1CD312) is known color: Lime Green. HEX triplet: 1C, D3 and 12. RGB value is (28,211,18). Sum of RGB (Red+Green+Blue) = 28+211+18=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 211 (82.81% from 255 or 82.10% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 211 - color contains mainly: green. Hex color #1CD312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD312 is #E32CED. Grayscale: #868686. Windows color (decimal): -14888174 or 1233692. OLE color: 1233692.

HSL color Cylindrical-coordinate representation of color #1CD312: hue angle of 116.89º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CD312 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 28 211 18 -
CMYK 0.87 0 0.91 0.17
HSL 116.89º 0.84% 0.45% -
HSV(B) 116.89º 0.91% 0.83% -
XYZ 23.88 46.88 8.36 -
YUV 134.28 62.37 52.19 -
System Red Green Blue C M Y K H S L
Decimal 28 211 18 0.87 0 0.91 0.17 116.89 0.84 0.45
Hex 1C D3 12 57 0 5B 11 75 54 2D
Octal 34 323 22 127 0 133 21 165 124 55
Binary 11100 11010011 10010 1010111 0 1011011 10001 1110101 1010100 101101

Color Harmonies of #1CD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD312

Black with #1CD312

Text Example


Text Example

White with #1CD312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,211,18); }

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

background-color css

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

 a { background-color: rgb(28,211,18); }

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

border-color css

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

 span { border-color: rgb(28,211,18); }

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