Html Css Color HEX #1FBA0C Lime Green

📋 copy color: '#1FBA0C'

red 31 ◦ green 186 ◦ blue 12

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

Shades of Lime Green #1FBA0C

Tints of Lime Green #1FBA0C

RGB

 RED value IS 31 (12.5% from 255) = 13.54%

 GREEN value IS 186 (73.05% from 255) = 81.22%

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 13.54%
G = 81.22%
B = 5.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#1FBA0C (or 0x1FBA0C) is known color: Lime Green. HEX triplet: 1F, BA and 0C. RGB value is (31,186,12). Sum of RGB (Red+Green+Blue) = 31+186+12=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA0C is #E045F3. Grayscale: #787878. Windows color (decimal): -14697972 or 834079. OLE color: 834079.

HSL color Cylindrical-coordinate representation of color #1FBA0C: hue angle of 113.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FBA0C is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 186 12 -
CMYK 0.83 0 0.94 0.27
HSL 113.45º 0.88% 0.39% -
HSV(B) 113.45º 0.94% 0.73% -
XYZ 18.19 35.44 6.23 -
YUV 119.82 67.15 64.65 -
System Red Green Blue C M Y K H S L
Decimal 31 186 12 0.83 0 0.94 0.27 113.45 0.88 0.39
Hex 1F BA C 53 0 5E 1B 71 58 27
Octal 37 272 14 123 0 136 33 161 130 47
Binary 11111 10111010 1100 1010011 0 1011110 11011 1110001 1011000 100111

Color Harmonies of #1FBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBA0C

Black with #1FBA0C

Text Example


Text Example

White with #1FBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FBA0C; }

 p { color: rgb(31,186,12); }

 H1.HeaderClassName
 {
   color: #1FBA0C;
 }
 .AnyTagClassName
 {
   color: #1FBA0C;
 }
</style>

background-color css

<style>
 a { background-color: #1FBA0C; }

 a { background-color: rgb(31,186,12); }

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

border-color css

<style>
 span { border-color: #1FBA0C; }

 span { border-color: rgb(31,186,12); }

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