Html Css Color HEX #12DC28 Lime Green

📋 copy color: '#12DC28'

red 18 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #12DC28

Tints of Lime Green #12DC28

RGB

 RED value IS 18 (7.42% from 255) = 6.47%

 GREEN value IS 220 (86.33% from 255) = 79.14%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 6.47%
G = 79.14%
B = 14.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#12DC28 (or 0x12DC28) is known color: Lime Green. HEX triplet: 12, DC and 28. RGB value is (18,220,40). Sum of RGB (Red+Green+Blue) = 18+220+40=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 220 (86.33% from 255 or 79.14% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC28 is #ED23D7. Grayscale: #8B8B8B. Windows color (decimal): -15541208 or 2677778. OLE color: 2677778.

HSL color Cylindrical-coordinate representation of color #12DC28: hue angle of 126.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC28 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 40 -
CMYK 0.92 0 0.82 0.14
HSL 126.53º 0.85% 0.47% -
HSV(B) 126.53º 0.92% 0.86% -
XYZ 26.23 51.47 10.56 -
YUV 139.08 72.08 41.64 -
System Red Green Blue C M Y K H S L
Decimal 18 220 40 0.92 0 0.82 0.14 126.53 0.85 0.47
Hex 12 DC 28 5C 0 52 E 7F 55 2F
Octal 22 334 50 134 0 122 16 177 125 57
Binary 10010 11011100 101000 1011100 0 1010010 1110 1111111 1010101 101111

Color Harmonies of #12DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC28

Black with #12DC28

Text Example


Text Example

White with #12DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DC28; }

 p { color: rgb(18,220,40); }

 H1.HeaderClassName
 {
   color: #12DC28;
 }
 .AnyTagClassName
 {
   color: #12DC28;
 }
</style>

background-color css

<style>
 a { background-color: #12DC28; }

 a { background-color: rgb(18,220,40); }

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

border-color css

<style>
 span { border-color: #12DC28; }

 span { border-color: rgb(18,220,40); }

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