Html Css Color HEX #12CE23 Lime Green

📋 copy color: '#12CE23'

red 18 ◦ green 206 ◦ blue 35

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

Shades of Lime Green #12CE23

Tints of Lime Green #12CE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.51%

R = 6.95%
G = 79.54%
B = 13.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#12CE23 (or 0x12CE23) is known color: Lime Green. HEX triplet: 12, CE and 23. RGB value is (18,206,35). Sum of RGB (Red+Green+Blue) = 18+206+35=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 206 (80.86% from 255 or 79.54% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE23 is #ED31DC. Grayscale: #828282. Windows color (decimal): -15544797 or 2346514. OLE color: 2346514.

HSL color Cylindrical-coordinate representation of color #12CE23: hue angle of 125.43º 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 #12CE23 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 35 -
CMYK 0.91 0 0.83 0.19
HSL 125.43º 0.84% 0.44% -
HSV(B) 125.43º 0.91% 0.81% -
XYZ 22.62 44.39 8.97 -
YUV 130.29 74.22 47.9 -
System Red Green Blue C M Y K H S L
Decimal 18 206 35 0.91 0 0.83 0.19 125.43 0.84 0.44
Hex 12 CE 23 5B 0 53 13 7D 54 2C
Octal 22 316 43 133 0 123 23 175 124 54
Binary 10010 11001110 100011 1011011 0 1010011 10011 1111101 1010100 101100

Color Harmonies of #12CE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE23

Black with #12CE23

Text Example


Text Example

White with #12CE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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