Html Css Color HEX #12DB26 Lime Green

📋 copy color: '#12DB26'

red 18 ◦ green 219 ◦ blue 38

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

Shades of Lime Green #12DB26

Tints of Lime Green #12DB26

RGB

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

 GREEN value IS 219 (85.94% from 255) = 79.64%

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 6.55%
G = 79.64%
B = 13.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#12DB26 (or 0x12DB26) is known color: Lime Green. HEX triplet: 12, DB and 26. RGB value is (18,219,38). Sum of RGB (Red+Green+Blue) = 18+219+38=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 219 (85.94% from 255 or 79.64% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB26 is #ED24D9. Grayscale: #8A8A8A. Windows color (decimal): -15541466 or 2546450. OLE color: 2546450.

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

Color convert

RGB 18 219 38 -
CMYK 0.92 0 0.83 0.14
HSL 125.97º 0.85% 0.46% -
HSV(B) 125.97º 0.92% 0.86% -
XYZ 25.93 50.93 10.3 -
YUV 138.27 71.41 42.22 -
System Red Green Blue C M Y K H S L
Decimal 18 219 38 0.92 0 0.83 0.14 125.97 0.85 0.46
Hex 12 DB 26 5C 0 53 E 7E 55 2E
Octal 22 333 46 134 0 123 16 176 125 56
Binary 10010 11011011 100110 1011100 0 1010011 1110 1111110 1010101 101110

Color Harmonies of #12DB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DB26

Black with #12DB26

Text Example


Text Example

White with #12DB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,219,38); }

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

background-color css

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

 a { background-color: rgb(18,219,38); }

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

border-color css

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

 span { border-color: rgb(18,219,38); }

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