Html Css Color HEX #12C61E Lime Green

📋 copy color: '#12C61E'

red 18 ◦ green 198 ◦ blue 30

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

Shades of Lime Green #12C61E

Tints of Lime Green #12C61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 80.49%

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

R = 7.32%
G = 80.49%
B = 12.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#12C61E (or 0x12C61E) is known color: Lime Green. HEX triplet: 12, C6 and 1E. RGB value is (18,198,30). Sum of RGB (Red+Green+Blue) = 18+198+30=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #12C61E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C61E is #ED39E1. Grayscale: #7D7D7D. Windows color (decimal): -15546850 or 2016786. OLE color: 2016786.

HSL color Cylindrical-coordinate representation of color #12C61E: hue angle of 124º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C61E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 198 30 -
CMYK 0.91 0 0.85 0.22
HSL 124º 0.83% 0.42% -
HSV(B) 124º 0.91% 0.78% -
XYZ 20.68 40.61 7.98 -
YUV 125.03 74.37 51.66 -
System Red Green Blue C M Y K H S L
Decimal 18 198 30 0.91 0 0.85 0.22 124 0.83 0.42
Hex 12 C6 1E 5B 0 55 16 7C 53 2A
Octal 22 306 36 133 0 125 26 174 123 52
Binary 10010 11000110 11110 1011011 0 1010101 10110 1111100 1010011 101010

Color Harmonies of #12C61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C61E

Black with #12C61E

Text Example


Text Example

White with #12C61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,198,30); }

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

background-color css

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

 a { background-color: rgb(18,198,30); }

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

border-color css

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

 span { border-color: rgb(18,198,30); }

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