Html Css Color HEX #12CF1E Lime Green

📋 copy color: '#12CF1E'

red 18 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #12CF1E

Tints of Lime Green #12CF1E

RGB

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

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

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

R = 7.06%
G = 81.18%
B = 11.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#12CF1E (or 0x12CF1E) is known color: Lime Green. HEX triplet: 12, CF and 1E. RGB value is (18,207,30). Sum of RGB (Red+Green+Blue) = 18+207+30=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 207 (81.25% from 255 or 81.18% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF1E is #ED30E1. Grayscale: #828282. Windows color (decimal): -15544546 or 2019090. OLE color: 2019090.

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

Color convert

RGB 18 207 30 -
CMYK 0.91 0 0.86 0.19
HSL 123.81º 0.84% 0.44% -
HSV(B) 123.81º 0.91% 0.81% -
XYZ 22.8 44.85 8.68 -
YUV 130.31 71.38 47.89 -
System Red Green Blue C M Y K H S L
Decimal 18 207 30 0.91 0 0.86 0.19 123.81 0.84 0.44
Hex 12 CF 1E 5B 0 56 13 7C 54 2C
Octal 22 317 36 133 0 126 23 174 124 54
Binary 10010 11001111 11110 1011011 0 1010110 10011 1111100 1010100 101100

Color Harmonies of #12CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF1E

Black with #12CF1E

Text Example


Text Example

White with #12CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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