Html Css Color HEX #12CF1B Lime Green

📋 copy color: '#12CF1B'

red 18 ◦ green 207 ◦ blue 27

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

Shades of Lime Green #12CF1B

Tints of Lime Green #12CF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 7.14%
G = 82.14%
B = 10.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#12CF1B (or 0x12CF1B) is known color: Lime Green. HEX triplet: 12, CF and 1B. RGB value is (18,207,27). Sum of RGB (Red+Green+Blue) = 18+207+27=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF1B is #ED30E4. Grayscale: #828282. Windows color (decimal): -15544549 or 1822482. OLE color: 1822482.

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

Color convert

RGB 18 207 27 -
CMYK 0.91 0 0.87 0.19
HSL 122.86º 0.84% 0.44% -
HSV(B) 122.86º 0.91% 0.81% -
XYZ 22.76 44.83 8.49 -
YUV 129.97 69.88 48.14 -
System Red Green Blue C M Y K H S L
Decimal 18 207 27 0.91 0 0.87 0.19 122.86 0.84 0.44
Hex 12 CF 1B 5B 0 57 13 7B 54 2C
Octal 22 317 33 133 0 127 23 173 124 54
Binary 10010 11001111 11011 1011011 0 1010111 10011 1111011 1010100 101100

Color Harmonies of #12CF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF1B

Black with #12CF1B

Text Example


Text Example

White with #12CF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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