Html Css Color HEX #12CF20 Lime Green

📋 copy color: '#12CF20'

red 18 ◦ green 207 ◦ blue 32

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

Shades of Lime Green #12CF20

Tints of Lime Green #12CF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 80.54%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 7%
G = 80.54%
B = 12.45%

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

#12CF20 (or 0x12CF20) is known color: Lime Green. HEX triplet: 12, CF and 20. RGB value is (18,207,32). Sum of RGB (Red+Green+Blue) = 18+207+32=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF20 is #ED30DF. Grayscale: #838383. Windows color (decimal): -15544544 or 2150162. OLE color: 2150162.

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

Color convert

RGB 18 207 32 -
CMYK 0.91 0 0.85 0.19
HSL 124.44º 0.84% 0.44% -
HSV(B) 124.44º 0.91% 0.81% -
XYZ 22.82 44.86 8.82 -
YUV 130.54 72.38 47.73 -
System Red Green Blue C M Y K H S L
Decimal 18 207 32 0.91 0 0.85 0.19 124.44 0.84 0.44
Hex 12 CF 20 5B 0 55 13 7C 54 2C
Octal 22 317 40 133 0 125 23 174 124 54
Binary 10010 11001111 100000 1011011 0 1010101 10011 1111100 1010100 101100

Color Harmonies of #12CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF20

Black with #12CF20

Text Example


Text Example

White with #12CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,32); }

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

background-color css

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

 a { background-color: rgb(18,207,32); }

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

border-color css

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

 span { border-color: rgb(18,207,32); }

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