Html Css Color HEX #12CE1E Lime Green

📋 copy color: '#12CE1E'

red 18 ◦ green 206 ◦ blue 30

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

Shades of Lime Green #12CE1E

Tints of Lime Green #12CE1E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 81.1%

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

R = 7.09%
G = 81.1%
B = 11.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#12CE1E (or 0x12CE1E) is known color: Lime Green. HEX triplet: 12, CE and 1E. RGB value is (18,206,30). Sum of RGB (Red+Green+Blue) = 18+206+30=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 206 (80.86% from 255 or 81.10% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE1E is #ED31E1. Grayscale: #828282. Windows color (decimal): -15544802 or 2018834. OLE color: 2018834.

HSL color Cylindrical-coordinate representation of color #12CE1E: hue angle of 123.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE1E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 30 -
CMYK 0.91 0 0.85 0.19
HSL 123.83º 0.84% 0.44% -
HSV(B) 123.83º 0.91% 0.81% -
XYZ 22.56 44.36 8.6 -
YUV 129.72 71.72 48.31 -
System Red Green Blue C M Y K H S L
Decimal 18 206 30 0.91 0 0.85 0.19 123.83 0.84 0.44
Hex 12 CE 1E 5B 0 55 13 7C 54 2C
Octal 22 316 36 133 0 125 23 174 124 54
Binary 10010 11001110 11110 1011011 0 1010101 10011 1111100 1010100 101100

Color Harmonies of #12CE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE1E

Black with #12CE1E

Text Example


Text Example

White with #12CE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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